pr-loop
Installation
SKILL.md
PR Loop
Review code, create PR, then automatically address review comments.
Parse $ARGUMENTS for options:
--wait N→ seconds between checks (default: 300)--max N→ max review-loop iterations (default: 5)
Important: All gh CLI commands require required_permissions: ['all'] due to TLS certificate issues in sandboxed mode.
PII Rules (PUBLIC REPO)
NEVER include PII in commits, PR titles/descriptions, branch names, or code comments. PII includes: names, email addresses, phone numbers, addresses, usernames, account IDs, API keys, tokens, passwords, or any sensitive personal data. Commit messages describe the type of change, not specific data. Use generic terms like "user", "email", "record".
──────────