project-verifier

Run project test suites and lint checks to verify code health.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/fum1ple/agent-claude-invoice --skill project-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-verifier
Source: https://github.com/fum1ple/agent-claude-invoice/tree/main/.claude/skills/project-verifier
Command: npx skills add https://github.com/fum1ple/agent-claude-invoice --skill project-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill runs a project's test suite and lint checks to verify health after changes or when validation is required, ensuring code quality and adherence to standards.

Core Features & Use Cases

  • Automated Test Execution: Run language-specific tests (e.g., npm test, pytest) to catch regressions early.
  • Static Analysis & Linting: Execute linters to enforce style and correctness.
  • Result Reporting: Provide a clear pass/fail report and suggested fixes.
  • Use Case: After implementing a feature, use this Skill to verify all tests pass and linting is clean, saving debugging time.

Quick Start

Run the verification workflow at the project root. For example, execute your project's test command and lint command, such as pytest and ruff, then review the summary. If failures occur, inspect error output and propose fixes or use the tdd-workflow to guide remediation.