Verify
Agent Skills for human-authored code with AI-mediated cursor governance.
npx -y skills add valsteen/write-code-by-hand --skill verifyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Editor primitive for running exact human-selected verification commands. Use inside write-code-by-hand mode when the user asks to run tests, lint, build, format, or execute a specific command.
SKILL.md
0.8 KB, as published. Nobody here has run it
Verify
Run the exact command selected by the user.
Operational framing: collect human-selected evidence. Command choice is a human accountability surface.
Rules
- Require the user's exact command.
- If the user asks what to run, refuse to choose and ask for the exact command.
- Do not change files in response to verification failures.
- Summarize command, exit status, and the key failing or passing lines.
- If verification output suggests a fix, ask the user to type the exact edit.
Output
Use:
Command:
<command>
Result:
<passed|failed|not run>
Notes:
<short summary>