Skip to content

Added issues extension#2194

Open
aaronrsun wants to merge 1 commit intogithub:mainfrom
aaronrsun:issue-ext
Open

Added issues extension#2194
aaronrsun wants to merge 1 commit intogithub:mainfrom
aaronrsun:issue-ext

Conversation

@aaronrsun
Copy link
Copy Markdown
Contributor

Copilot AI review requested due to automatic review settings April 12, 2026 21:44
@aaronrsun aaronrsun requested a review from mnriem as a code owner April 12, 2026 21:44
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a new community extension entry for importing/syncing Spec Kit artifacts from GitHub Issues, and exposes it in the root community extensions list.

Changes:

  • Add “Issues” extension row to the Community Extensions table in README.md.
  • Add a new issue entry to extensions/catalog.community.json pointing to aaronrsun/spec-kit-issue v1.0.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.

File Description
README.md Adds the extension to the public-facing community extensions table.
extensions/catalog.community.json Registers the new extension’s metadata in the community catalog.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |
| FixIt Extension | Spec-aware bug fixing — maps bugs to spec artifacts, proposes a plan, applies minimal changes | `code` | Read+Write | [spec-kit-fixit](https://github.com/speckit-community/spec-kit-fixit) |
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
| Issues | Creates and syncs local specs based on an existing issue in GitHub | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) |
Copy link

Copilot AI Apr 12, 2026

Choose a reason for hiding this comment

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

The extension name is inconsistent between README ("Issues") and the community catalog entry ("Issue Extension"). Please align the displayed name across both places (and ideally with the upstream extension’s own name) to avoid confusion when users search/install.

Suggested change
| Issues | Creates and syncs local specs based on an existing issue in GitHub | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) |
| Issue Extension | Creates and syncs local specs based on an existing issue in GitHub | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) |

Copilot uses AI. Check for mistakes.
Comment on lines +673 to +674
"created_at": "2026-04-12T00:00:00Z",
"updated_at": "2026-04-12T00:00:00Z"
Copy link

Copilot AI Apr 12, 2026

Choose a reason for hiding this comment

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

The new catalog entry sets created_at/updated_at to midnight ("...T00:00:00Z") and the top-level "updated_at" field in this file was not bumped. The Extension Publishing Guide asks to use the current timestamp for created_at/updated_at and to update the top-level updated_at whenever the catalog changes.

Copilot uses AI. Check for mistakes.
"updated_at": "2026-03-31T00:00:00Z"
},
"issue": {
"name": "Issue Extension",
Copy link

Copilot AI Apr 12, 2026

Choose a reason for hiding this comment

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

Consider making the catalog "name" match the README table entry (and the extension’s branding). Right now it’s "Issue Extension" here while README lists "Issues", which can make catalog search results and docs references inconsistent.

Suggested change
"name": "Issue Extension",
"name": "Issues",

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Collaborator

@mnriem mnriem left a comment

Choose a reason for hiding this comment

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

Please address Copilot feedback

@mnriem mnriem self-assigned this Apr 13, 2026
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.

3 participants