project-verification

Execute local linting and type checks, emitting structured pass/fail evidence.

6|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/damianpapadopoulos/auto-claude-skills --skill project-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-verification
Source: https://github.com/damianpapadopoulos/auto-claude-skills/tree/main/skills/project-verification
Command: npx skills add https://github.com/damianpapadopoulos/auto-claude-skills --skill project-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the execution of local tests and verification gates, ensuring code quality and readiness for code reviews.

Core Features & Use Cases

  • Local Test Execution: Run the repository's declared test/lint/type gate locally.
  • Structured Evidence: Emit pass/fail evidence in a structured format.
  • Use Case: Before requesting a code review, use this Skill to verify that all tests pass and that the code meets the required standards.

Quick Start

Run the project verification skill to execute tests and verify the build.

Frequently Asked Questions about project-verification

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

FAQPage Schema
How do I automate local test execution before a code review?

Automating local test execution involves running the repository's declared test, lint, and type gates locally to verify code quality. This process emits structured pass/fail evidence, ensuring your code meets required standards before requesting a code review.

What is local testing and verification for code reviews?

Local testing and verification for code reviews is the process of executing local test gates, including linting and type checking, to validate code quality. It produces structured evidence confirming that the code is ready and meets required standards for review.

Do I need a specific local environment setup to run automated test gates?

You need a configured local environment and access to the repository's test suite to run automated test gates. The verification process executes locally, relying on your existing development setup to run linting, type checking, and tests.

What's the best way to verify code quality and readiness before requesting a review?

The best way to verify code readiness is to execute local test and verification gates that run linting and type checks. This validates code quality and generates structured pass/fail evidence to confirm standards are met before a review.

Can I use local test execution to generate structured pass/fail evidence for my repository?

Yes, local test execution can generate structured pass/fail evidence by running the repository's declared test, lint, and type gates. This structured output serves as proof of code quality and readiness for the subsequent code review process.