check

Run linting, testing, code review, and documentation checks sequentially.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/bismuthdigital/claude-project-template --skill check-bismuthdigital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/bismuthdigital/claude-project-template/tree/main/.claude/skills/check
Command: npx skills add https://github.com/bismuthdigital/claude-project-template --skill check-bismuthdigital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire code quality assurance process, ensuring your code is clean, tested, and well-documented before committing.

Core Features & Use Cases

  • Comprehensive Validation: Executes linting, testing, code review, and documentation checks sequentially.
  • Smart Scope Handling: Adapts to the provided file path or defaults to project-wide or recent changes.
  • Use Case: Before pushing a significant feature, run /check to get a consolidated report on code quality, identifying and fixing issues early.

Quick Start

Run the check skill to validate the entire project for quality.

Frequently Asked Questions about check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a full code validation pipeline before committing changes?

You can run a full code validation pipeline by executing a single command that sequentially performs linting, testing, code review, and documentation checks to ensure code quality before committing.

What is included in an automated code quality assurance check?

An automated code quality assurance check includes linting, testing, code review, and documentation checks, providing a consolidated report to identify and fix issues early in the development cycle.

Can I scope validation to specific file paths or recent changes instead of the whole project?

Yes, validation can be dynamically scoped to specific provided file paths or recent changes, and it defaults to project-wide checks if no path is specified.

Does the validation pipeline support intelligent batching for large codebases?

Yes, the validation pipeline supports intelligent batching designed specifically to handle large codebases efficiently during the multi-step review and testing process.

What is the best way to automate pre-commit checks for code quality?

The best way to automate pre-commit checks is using a validation pipeline that executes linting, testing, and documentation checks sequentially, satisfying automated code quality assurance requirements.