verify

Run build, lint, type check, and tests on a codebase.

3|2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/woxiangyangzhimao/skills --skill verify-woxiangyangzhimao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/woxiangyangzhimao/skills/tree/main/verify
Command: npx skills add https://github.com/woxiangyangzhimao/skills --skill verify-woxiangyangzhimao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of running a full suite of checks on your codebase, ensuring that all code modifications work as expected and that there are no issues or regressions.

Core Features & Use Cases

  • Automated Checks: Runs all necessary build, lint, type check, and test commands to verify the code.
  • Error Fixing and Reporting: Identifies failures, prompts fixes, and reports back with evidence of the verification process.
  • Integration with Other Workflows: Easily integrates with workflows like 'executing-plans', 'refactor', and 'finishing-a-development-branch'.

Quick Start

To initiate the verification process, use the command '/verify'.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate code verification checks before a commit?

Automated code verification runs a full suite of build, lint, type check, and test commands on your codebase to ensure changes are non-breaking and compliant before commits or deployments.

What does a continuous integration verification suite include?

A continuous integration verification suite includes automated checks for builds, linting, type checking, and tests, verifying code modifications work as expected and reporting detailed evidence on any issues or regressions found.

How can I ensure my code changes are non-breaking before deployment?

To ensure code changes are non-breaking before deployment, execute an automated verification suite that runs build, lint, type check, and test commands to confirm functionality and quality standards are met.

What's the best way to run quality assurance checks on a codebase?

Running quality assurance checks is best handled by automating a full suite of build, lint, type check, and test commands that identify failures, prompt fixes, and report back with detailed evidence of the verification process.

Can I integrate code checks with refactoring and development branch workflows?

Code checks integrate easily with workflows like executing-plans, refactor, and finishing-a-development-branch, allowing developers to confirm code modifications are functional and compliant with quality standards during these processes.

How does error reporting work when automated tests fail?

Error reporting during automated tests identifies failures in the build, lint, type check, or test phases, prompts fixes, and reports back with detailed evidence of the verification process to help developers resolve issues.