AI AGENT ADDONS

This skill helps you check your code before you save a new version. It runs a series of tests to make sure everything is clean and correct. You can avoid broken code by using this skill before every commit.

The tool first checks your code formatting and looks for common mistakes in changed files. Then it runs type checks and tests in parallel. If any step fails, the skill stops right away and tells you what went wrong.

React developers will find this very useful. It makes sure all contribution requirements are met. This saves time and keeps the project healthy.

Add Verify skill to your workflow

Global

mkdir -p ~/.claude/skills/verify

Project

mkdir -p .claude/skills/verify

Source Repository

Stars
246,277
Forks
51,088
Watchers
246,277
License
MIT
Last Push
1 month ago
Created
13 years ago