بنقرة واحدة
check-work-verify-against-criteria
Verify an implementation against acceptance criteria with a reviewer and a tester.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Verify an implementation against acceptance criteria with a reviewer and a tester.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | Check work (verify against criteria) |
| description | Verify an implementation against acceptance criteria with a reviewer and a tester. |
| triggers | ["check work","verify","acceptance criteria","definition of done","validate"] |
Use this after a change to confirm it actually meets the stated acceptance criteria,
combining a read-only reviewer with a tester that runs the suite in an isolated copy.
delegate a reviewer to check the changes against each criterion and
flag anything unmet, with file:line references.delegate a tester to run the relevant tests/build with run_command and
report pass/fail with the actionable failures.implement loop; otherwise stop at the verdict.Review a specific GitHub pull request with gh — fetch the diff, fan out reviewers, consolidate, and optionally post the review. Requires the `gh` CLI or the GitHub MCP server.
Stage the right changes and write a clear, conventional commit message.
Systematically diagnose and fix a bug instead of guessing.
Add clear docstrings/comments and update docs for changed or unfamiliar code.
Map and explain an unfamiliar codebase or module to the user.
Improve code structure in small, safe steps without changing behavior.