Fix Repo
Triage every open GitHub issue in one repo, auto-fix and open a reviewed PR for whatever is safe to fix without human judgment, and set aside anything that genuinely needs a human decision. Trigger: /fix-repo <reponame>
File Issue
Audit this workspace's repos for security, scalability, robustness, bugs, deployment risk, and best-practice (TDD/clean-code) gaps, or verify one specific suspected problem against the code, then file well-labeled, actionable GitHub issues for whatever is confirmed. Trigger: /file-issue [repo-name | description of a suspected problem]
Fix Issue
Fix a GitHub issue end-to-end - sync the repo, verify the issue still reproduces by reading code, write a fix spec, pause for human approval, implement with TDD, open a PR and request review from every collaborator. Trigger: /fix-issue <github-issue-url>