verified-commit

Community

Quality checks before every commit.

Authorsizukutamago
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill automates pre-commit verification to ensure code quality by running lint, type checking, and tests before commits.

Core Features & Use Cases

  • Quick verification: runs lint and type checks to provide fast feedback before committing.
  • Full verification: runs lint, type checks, and tests for critical changes.
  • Flexible workflow: adapts to TypeScript, JavaScript, shell, and Python projects using common tools (tsc, ESLint, Biome, and npm test).

Quick Start

Make changes and trigger the verification workflow:

  • Quick mode (default): run tsc --noEmit, then lint (npx eslint) to validate changes before commit.
  • Full mode: run the quick checks plus tests (npm test).

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: verified-commit
Download link: https://github.com/sizukutamago/dev-tools-plugin/archive/main.zip#verified-commit

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.