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.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
0
GitHub Forks
0
Created
Jan 2026
Last Updated
5个月前
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!