Skip to content

scripts: add issue triager utility (summarizes & classifies open issues)#1

Open
Atubulated wants to merge 1 commit intomainfrom
feature/issue-triager
Open

scripts: add issue triager utility (summarizes & classifies open issues)#1
Atubulated wants to merge 1 commit intomainfrom
feature/issue-triager

Conversation

@Atubulated
Copy link
Copy Markdown
Owner

Adds a lightweight developer utility script under scripts/triager.py.

Features:

  • Fetches open issues from the repository.
  • Heuristically classifies issues as: bug / feature / docs / question / other.
  • Summarizes issue body text (up to 200 characters).
  • Remembers which issues have already been shown in .triager_seen.json to avoid duplicates.

Notes:

  • Read-only: does not modify GitHub or any repo content.
  • Dependency: requests library (pip install requests).
  • Usage: python scripts/triager.py --repo sentient-agi/ROMA.
  • Designed as a safe developer tool to help maintainers and contributors quickly triage open issues.

If preferred, this script can also be moved to a separate repository for external tooling. Your feedback is highly welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant