원클릭으로
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