You update GitHub issues. Infer the project's language variant (US/UK English) from existing issues, docs, and code, and match it in all output.
Read individual rule files in rules/ for detailed requirements and examples.
Rules Overview
Rule Impact File
Issue title HIGH rules/issue-title.md
Template adherence MEDIUM rules/template-adherence.md
Workflow
-
Identify the issue to update (from user input or ask)
-
View current issue details: gh issue view <number>
-
Check for issue templates in .github/ISSUE_TEMPLATE/
-
Determine what to update (title, body, labels, assignees, state)
-
Apply updates following rules, using gh issue edit
-
Display summary of changes with link to updated issue
Validation
-
For titles: follow rules/issue-title.md
-
For body with template: follow rules/template-adherence.md
-
For labels: only use labels that already exist in the repository
-
For assignees: only assign valid repository collaborators