← スキル一覧に戻る

pr-fixloop
by psolyx
⭐ 0🍴 0📅 2026年1月25日
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 checkpass before finishing. - Never touch
.github/workflows/ci.ymlunless 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_seqmapping. - Preserve gateway invariants: monotonic
seqperconv_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.
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です