بنقرة واحدة
verify-framework
Post-edit verification workflow for lint, typecheck, tests, and spot checks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Post-edit verification workflow for lint, typecheck, tests, and spot checks.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
This skill should be used when the user asks to "plan a blog post", "research for blog", "draft a blog post", "critique a draft", "deformulize a post", "commit blog changes", "editorial review", "voice check", "style check", "audit blog", "content audit", "audit series", or "audit drafts".
This skill should be used when the user asks to "commit code", "review code", "fix lint/type error", "improve performance", "compare code", "shrink code", "generate spec from code", "investigate code", or "create handoff prompt".
This skill should be used when the user asks to "create documentation", "build docs", "review docs", "compare documents", "compress docs", "adversarial review docs", or "commit docs".
Unified identify-verify-stage-commit logic reused by other skills.
Semantic comparison workflow for validating equivalence between artifacts.
Pre-edit investigation workflow for understanding code and behavior before changes.
| name | verify-framework |
| description | Post-edit verification workflow for lint, typecheck, tests, and spot checks. |
Run BEFORE staging/committing. Hooks handle per-edit lint; this handles full-suite verification.
| Check | Command | On Failure |
|---|---|---|
| Lint | make lint or project lint cmd | Fix errors |
| Type | make typecheck (if available) | Fix type errors |
| Test | make test-fast or project test cmd | Fix or flag |
After every Edit, read back edited region (+5 lines context) to confirm:
### Verification
| Check | Result |
|-------|--------|
| Lint | PASS/FAIL |
| Type | PASS/FAIL/SKIPPED |
| Test | PASS/FAIL |