Back to list
psolyx

pr-fixloop

by psolyx

0🍴 0📅 Jan 25, 2026

SKILL.md


name: pr-fixloop description: Repo-scoped skill for deterministic CI autofix without PR comments

Usage

  • Read all relevant AGENTS.md files, including the repo root and gateway/AGENTS.md where applicable.
  • Goal: make ALLOW_AIOHTTP_STUB=0 make -C gateway check pass before finishing.
  • Never touch .github/workflows/ci.yml unless explicitly instructed; default is forbidden.
  • Do not rename/change any existing CI workflow/job identifiers (status contexts are branch-protection-critical).
  • Avoid protocol key typos: resume_token, next_seq, conv_id, msg_id, from_seq, after_seq mapping.
  • Preserve gateway invariants: monotonic seq per conv_id, (conv_id,msg_id) idempotency, echo-before-apply, deterministic replay/cursor semantics (resume_token/next_seq/from_seq correctness).
  • Do not commit changes yourself; the automation loop will commit.
  • Keep diffs minimal and avoid PR comments.

Score

Total Score

40/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