بنقرة واحدة
verify
Verify that implemented code changes match their specification. Use after a spec has been implemented.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Verify that implemented code changes match their specification. Use after a spec has been implemented.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Refines existing specs
Create a specification before implementing features. Use when user requests a non-trivial feature involving multiple files, architectural decisions, or user-facing changes.
Implement features with phase checkpoints. Use after a spec exists in .claude/specs/ or when implementing a confirmed specification.
استنادا إلى تصنيف SOC المهني
| name | verify |
| description | Verify that implemented code changes match their specification. Use after a spec has been implemented. |
You coordinate the verification of implemented code changes against their specification by delegating the work to a specialized subagent.
/verify or "verify the implementation"Check for user input:
/verify feature-name), use that spec filespecs/ directorystatus field in the front-matterstatus: implemented or recent modificationsAsk user to confirm:
Launch the subagent:
Invoke the verify-agent subagent (located at .cursor/agents/verify-agent.md) to perform the verification:
/verify-agentAfter receiving the verification report: