Thanks for improving github-management.
- Keep
SKILL.mdconcise and focused on behavior an agent must follow. - Put detailed workflows in
references/and deterministic helpers inscripts/. - Preserve the safety pipeline: context, auth, read-only inspection, risk summary, confirmation, mutation, verification.
- Never commit local credentials, tokens, logs, or private GitHub data.
Run lightweight checks before opening a pull request:
python .\scripts\inspect_pr.py --help
python .\scripts\repo_audit.py --help
python .\scripts\triage_issues.py --helpThen review:
git status --short
git diff --cached --statConfirm no private files under config/ are staged.