Verification Before Completion

Use before claiming work is complete, fixed, or passing in Cursor. Requires fresh verification evidence such as tests, builds, lint output, or direct reproduction checks.

6bnbn 2c04905 855 B Updated

File contents

Verification Before Completion

Rule

Do not claim success without fresh evidence.

Checklist

  1. Identify what command or action proves the claim.
  2. Run it now, not from memory.
  3. Read the result carefully.
  4. Report the real status.

Examples

  • Tests pass: only after running the relevant test command.
  • Bug fixed: only after reproducing the original issue path and seeing the correct behavior.
  • Build succeeds: only after a successful build.
  • Review complete: only after actually checking the relevant files or diff.

Avoid

  • "Should be fixed now"
  • "Looks good"
  • "Probably passes"
  • trusting stale output

6bnbn/flowpilot/tree/main/兼容codex@cursor一键安装技能/cursor一键安装技能/skills/verification-before-completion commit 2c04905894

Frequently asked questions

npx skillmds@latest add 6bnbn/verification-before-completion