Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 768 Bytes

File metadata and controls

29 lines (20 loc) · 768 Bytes

Contributing

Thanks for improving github-management.

Development Rules

  • Keep SKILL.md concise and focused on behavior an agent must follow.
  • Put detailed workflows in references/ and deterministic helpers in scripts/.
  • Preserve the safety pipeline: context, auth, read-only inspection, risk summary, confirmation, mutation, verification.
  • Never commit local credentials, tokens, logs, or private GitHub data.

Local Checks

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 --help

Then review:

git status --short
git diff --cached --stat

Confirm no private files under config/ are staged.