بنقرة واحدة
backpressure
How to run and interpret backpressure checks. Use before committing code to ensure quality gates pass.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
How to run and interpret backpressure checks. Use before committing code to ensure quality gates pass.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
Fetching and addressing GitHub PR review comments from Copilot, Greptile, and human reviewers. Includes provider-calibrated triage, verification, ticket management, and conditional spec updates. Use when in review mode or when PR feedback needs to be addressed.
Fetching and addressing GitHub PR review comments from Copilot, Greptile, and human reviewers. Includes provider-calibrated triage, verification, ticket management, and conditional spec updates. Use when in review mode or when PR feedback needs to be addressed.
Core Ralph Loop workflow orchestration. Use when running autonomous development iterations, selecting modes, or making decisions about the build/interview/bootstrap/archive lifecycle.
Core Ralph Loop workflow orchestration. Use when running autonomous development iterations, selecting modes, or making decisions about the build/interview/bootstrap/archive lifecycle.
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
| name | backpressure |
| description | How to run and interpret backpressure checks. Use before committing code to ensure quality gates pass. |
Backpressure is the mandatory quality gate that runs before every commit. Nothing gets committed without passing.
The backpressure command is project-specific. Read it from .ralphrc:
# Source the config to get BACKPRESSURE_CMD
source .ralphrc
eval "$BACKPRESSURE_CMD"
Common examples of BACKPRESSURE_CMD:
npx nx affected -t lint test build -- Nx monoreponpm run lint && npm test && npm run build -- standard npm projectmake lint test build -- Makefile-based projectcargo clippy && cargo test && cargo build -- Rust projectIf BACKPRESSURE_CMD is not set, check AGENTS.md for the project's quality gate commands.
If backpressure fails after an iteration:
BACKPRESSURE_CMD in .ralphrc).ralphrc