Skill
Development
Skill
/verify
Verify a code change does what it should by running the app.
Install
$ npx -y skills add changzhiai/claude-code-patch --skill verify --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/verify
Context preview
The summary Claude sees to decide when to auto-load this skill.
Verify a code change does what it should by running the app.
SKILL.md
verify.SKILL.mddescription: Verify a code change does what it should by running the app.
Run the verification process to ensure the code change is correct.
Ships withclaude-code-patch
We assume you have the leaked source code of Claude Code, and it turns out that you cannot directly run it because it has some missing dependencies. This repository is right for you to make your source code work successfully.
Get the whole plugin
Stats
12
Stars
4
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
5mo ago
Last commit
5mo ago
Created
Repo: changzhiai/claude-code-patch

