بنقرة واحدة
check
Run this repo's quality gates script and summarize results via the run-logs-runner.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run this repo's quality gates script and summarize results via the run-logs-runner.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review open PR/MR and publish findings.
Interactive decision planning session to prepare canonical context, classification, rigor, and decision rights for /write-decision. Supports all decision types (ADR/PDR/TDR/BDR/ODR).
Review a decision record via @decision-critic for an independent challenge (read-only; returns PASS / PASS_WITH_RISKS / REWORK).
Generate a Decision Record (ADR/PDR/TDR/BDR/ODR) from planning context, rendered proportionally by rigor.
Run the Definition of Ready gate.
Run ADOS project inception
| name | check |
| description | Run this repo's quality gates script and summarize results via the run-logs-runner. |
| model | sonnet |
| allowed-tools | ["Read","Write","Edit","Glob","Grep","Bash","WebFetch","mcp__*"] |
This command is intended for humans to invoke directly.
Agents should preferentially call @runner directly for execution/log-heavy tasks.
Examples: /check # default (usually all) /check fast /check slow /check lint test
Determine which quality gates command to run:Read AGENTS.md and look for an explicit quality gates runner instruction.
AGENTS.md includes a command like ./scripts/quality-gates.sh (preferred) or any referenced path/command for quality gates, use that.Default fallback if no instruction found:
./scripts/quality-gates.shPass through user-provided arguments (fast/slow/all/...) as-is to the resolved command.
Always run from repository root.