一键导入
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 职业分类
| 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).ralphrcSync 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.