cf-verification

Solid

Verify before claiming work is complete

AI & Automation 3 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Verification Before Completion > **CLI Requirement:** NONE — Works without `coding-friend-cli`. See [CLI requirements](../../../docs/cli-requirements.md) for the full matrix. ## Custom Guide Custom guide — auto-loaded below (if the raw command shows instead of its output, run it yourself): ```! bash "${PLUGIN_ROOT}/lib/load-custom-guide.sh" cf-verification ``` If output is not empty, integrate returned sections: `## Before` → before first step, `## Rules` → apply throughout, `## After` → after final step. ## The Gate **No completion claims without fresh verification evidence.** Claiming work is complete without verification is dishonesty, not efficiency. ## When to Auto-Invoke Auto-invoke this skill after tasks that **produce or modify code** (implementation, bug fixes, refactoring). Do NOT auto-invoke after **analysis-only skills** that don't change code: - `$cf-review` — code review is analysis, not implementation - `$cf-plan` — planning doesn't produce code - `$cf-ask` — Q&A doesn't produce code - `$cf-research` — research doesn't produce code ## Checklist Before claiming ANY task is done: 1. **Run tests** — Execute the test suite. Read the output. All tests must pass. 2. **Run the build** — If applicable, build the project. No errors. 3. **Lint/format** — If configured, run linter. No new warnings. 4. **Manual check** — For UI changes, verify visually. For API changes, test the endpoint. 5. **Show evidence** — Include test output, build output, or screens...

Details

Author
dinhanhthi
Repository
dinhanhthi/coding-friend
Created
5 months ago
Last Updated
today
Language
TypeScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category