Skip to content

[extension] Add GitHub Issue Triage extension to community catalog - #4346

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
add-gh-triage-extension-06ab4a55800189f3
Open

[extension] Add GitHub Issue Triage extension to community catalog#4346
github-actions[bot] wants to merge 1 commit into
mainfrom
add-gh-triage-extension-06ab4a55800189f3

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Summary

Adds the gh-triage community extension submitted by @arrrrny in #4339.

Changes

  • extensions/catalog.community.json — new entry inserted in alphabetical order (between gates and github-issues)
  • docs/community/extensions.md — new row inserted in alphabetical order (before GitHub Issues Integration 1)

Validation Results

Check Result
Extension ID format (^[a-z][a-z0-9-]*$) gh-triage
Version format (semver X.Y.Z) 1.0.0
Repository exists and is public https://github.com/arrrrny/speckit-extensions
extension.yml present gh-triage/extension.yml
README.md present ✅ root + gh-triage/README.md
LICENSE present ✅ root LICENSE
GitHub release exists for v1.0.0 ✅ tag gh-triage-v1.0.0
Download URL valid ✅ release asset download URL
Submission checklists all checked

All checks passed.

Closes #4339
cc @arrrrny

Generated by 🧩 Add Community Extension from Issue Submission for issue #4339 · 280.7 AIC · ⌖ 16.3 AIC · ⊞ 35.3K ·

Add gh-triage extension submitted by @arrrrny to:
- extensions/catalog.community.json (alphabetical order)
- docs/community/extensions.md community extensions table

Closes #4339

Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot mentioned this pull request Aug 26, 2026
11 tasks
@KSchlobohm
KSchlobohm marked this pull request as ready for review August 26, 2026 19:05
@KSchlobohm
KSchlobohm requested a review from mnriem as a code owner August 26, 2026 19:05
Copilot AI balanced review requested due to automatic review settings August 26, 2026 19:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the gh-triage extension to the community catalog and documentation.

Changes:

  • Registers extension metadata and requirements.
  • Adds the extension to the alphabetized documentation table.
Show a summary per file
File Description
extensions/catalog.community.json Adds catalog metadata and refreshes timestamp.
docs/community/extensions.md Adds the community extension listing.

Review details

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

  • Files reviewed: 2/2 changed files
  • Comments generated: 2
  • Review effort level: Balanced

"gh-triage": {
"name": "GitHub Issue Triage",
"id": "gh-triage",
"description": "Fetch open GitHub issues, classify each as bug or feature, route bugs to the bug workflow (assess/fix/pr) and features to speckit.specify, and label each issue with the correct triage labels (on by default, read from config)",
"requires": {
"speckit_version": ">=0.9.0",
"tools": [
{ "name": "gh", "required": true }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Extension]: Add gh-triage

1 participant