← Back to list

back-pressure
by barracoder
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: back-pressure description: Enforce test/type/lint gates before commits
back-pressure
Before any commit, run quality gates for your stack:
| Stack | Build | Test | Lint |
|---|---|---|---|
| .NET/Blazor | dotnet build | dotnet test | dotnet format --verify-no-changes |
| Node.js | npm run build | npm test | npm run lint |
| Python | — | pytest | ruff check . or flake8 |
| Rust | cargo build | cargo test | cargo clippy |
Type checking:
- .NET:
dotnet build(type errors are build errors) - TypeScript:
tsc --noEmit - Python:
pyrightormypy
Frontend verification:
- Use
dev-browserskill to verify UI changes
On failure:
- Fix the issue and retry
- Maximum 3 attempts per issue
- If still failing after 3 attempts → invoke
circuit-breakerskill - Log all failures to progress.txt with iteration number
Escalation: If circuit-breaker triggers, abandon the current approach and note the blocker in AGENTS.md.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon