Back to list
barracoder

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:

StackBuildTestLint
.NET/Blazordotnet builddotnet testdotnet format --verify-no-changes
Node.jsnpm run buildnpm testnpm run lint
Pythonpytestruff check . or flake8
Rustcargo buildcargo testcargo clippy

Type checking:

  • .NET: dotnet build (type errors are build errors)
  • TypeScript: tsc --noEmit
  • Python: pyright or mypy

Frontend verification:

  • Use dev-browser skill to verify UI changes

On failure:

  1. Fix the issue and retry
  2. Maximum 3 attempts per issue
  3. If still failing after 3 attempts → invoke circuit-breaker skill
  4. 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