Git commit quality CLI for pre-commit hooks, commit-msg validation, staged-file checks, and Husky git-hook workflows.
Lint files staged by git
Property based testing framework for JavaScript (like QuickCheck)
The CLI for working with JSON Schema. Covers formatting, linting, testing, and much more for both local development and CI/CD pipelines. By a member of the JSON Schema Technical Steering Committee
To get started, use the following command as your [Ignored Build Step](https://vercel.com/docs/concepts/projects/overview#ignored-build-step):
checks the all of the hyperlinks in a markdown text to determine if they are alive or dead
Element descriptors and matchers for @boundaries tools
Accessibility engine for automated Web UI testing
Extends Cypress' cy commands with localStorage methods. Allows preserving localStorage between tests
A custom pagination library for Mongoose with customizable labels.
Exposes a list of quality levels available for the source.
Minimalistic, opinionated, and predictable release automation tool.
With this plugin Artillery can validate if a metric meets a predefined threshold or condition.
🕖 Typed library to work 2fa via Google Authenticator/Time-based TOTP/Hmac-based HOTP
Web framework built on Web Standards
Skip the rest of Cypress tests on first failure
semantic-release plugin to analyze commits with conventional-changelog
OCSP Stapling implementation
Junk drawer of utility functions
Continuos integrations tools for frontend projects
Kill zombie node processes, purge caches, rebuild Next.js — stop laptop overheating.
Declarative quality pipeline (lint, format, hooks) with composable stage adapters for monorepo workflows
List of conventional commit types.
Fast and small Node.js Worker_Threads and Cluster Worker Pool
With this gem you can automatically check your code quality (e.g. before every commit). You can configure it to run rubocop, reek, rspec and even custom scripts. For faster runtime it makes use of caching and parallel execution.
Code Quality Check is a Ruby on Rails gem that runs automated quality and security checks on every commit using Overcommit and Git hooks. It bundles and configures RuboCop (style and lint), Brakeman (security), Rails Best Practices, and BundleAudit (CVE checks). The installer sets up a Rails initializer that verifies the gem is installed and ensures Overcommit hooks are present, so teams don't silently skip checks. Optional support for Reek, Flay, and Fasterer via .overcommit.yml. Requires Overcommit in your Gemfile; add the gem and run `rails generate code_quality_check:install` to get started.
Analyses your Gemfile for dependency health: checks if gems are actively maintained (last commit dates via GitHub and GitLab, release dates), outdated versions, archived repos, OpenSSF Scorecard security scores, known vulnerabilities via deps.dev, and libyear drift. Ruby version freshness with EOL detection. Handles rubygems, git, path, and GitHub Packages sources. Outputs coloured terminal tables, markdown, or JSON. CI quality gates with --fail-if-critical, --fail-if-warning, --fail-if-vulnerable, --fail-if-outdated, and --ignore. A comprehensive alternative to running bundle outdated, bundler-audit, and libyear-bundler separately.