Skip to content

feat: add spec-kit-fixit extension to community catalog#2024

Open
ismaelJimenez wants to merge 1 commit intogithub:mainfrom
ismaelJimenez:feat/add-fixit-extension-to-community-catalog
Open

feat: add spec-kit-fixit extension to community catalog#2024
ismaelJimenez wants to merge 1 commit intogithub:mainfrom
ismaelJimenez:feat/add-fixit-extension-to-community-catalog

Conversation

@ismaelJimenez
Copy link
Copy Markdown
Contributor

@ismaelJimenez ismaelJimenez commented Mar 30, 2026

Description

Add the spec-kit-fixit community extension to the catalog. Fixit provides spec-aware bug fixing — maps bugs to spec artifacts, proposes a plan, and applies minimal changes.

Changes:

  • Added fixit entry to extensions/catalog.community.json (alphabetical order)
  • Added Fixit Extension row to the Community Extensions table in README.md
  • Updated catalog updated_at timestamp to 2026-03-30

Testing

  • Tested with a sample project (if applicable)

AI Disclosure

  • I did use AI assistance (describe below)

AI was used to draft the fixit command.

@ismaelJimenez ismaelJimenez force-pushed the feat/add-fixit-extension-to-community-catalog branch from 6e3669f to 0a0d634 Compare March 30, 2026 17:12
@ismaelJimenez ismaelJimenez requested a review from mnriem as a code owner March 30, 2026 17:12
@mnriem mnriem requested a review from Copilot March 30, 2026 18:58
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 the new spec-kit-fixit community extension to Spec Kit’s community extension listings, keeping the extension catalog and documentation in sync.

Changes:

  • Added a new fixit entry to extensions/catalog.community.json (kept in alphabetical order by extension id).
  • Added a corresponding “Fixit Extension” row to the Community Extensions table in README.md.
  • Bumped the community catalog updated_at timestamp to 2026-03-30T00:00:00Z.

Reviewed changes

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

File Description
README.md Adds Fixit to the Community Extensions table so users can discover it from the main docs.
extensions/catalog.community.json Registers the Fixit extension metadata in the community catalog and updates the catalog timestamp.

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

@ismaelJimenez ismaelJimenez force-pushed the feat/add-fixit-extension-to-community-catalog branch from 0a0d634 to 5d22c38 Compare March 31, 2026 09:42
@mnriem mnriem requested a review from Copilot March 31, 2026 11:38
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

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


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

Comment on lines +354 to +356
"download_url": "https://github.com/speckit-community/spec-kit-fixit/archive/refs/tags/v1.0.0.zip",
"repository": "https://github.com/speckit-community/spec-kit-fixit",
"homepage": "https://github.com/speckit-community/spec-kit-fixit",
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

The PR description links to ismaelJimenez/spec-kit-fixit, but the catalog entry points to speckit-community/spec-kit-fixit (including the download URL). Please confirm which repository is canonical and make the PR description + download_url/repository/homepage consistent to avoid publishing broken links.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed PR description. Canonical repository is https://github.com/speckit-community/spec-kit-fixit

| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. | `process` | Read+Write | [spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext) |
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero NPM runtime dependencies. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
| 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) |
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

The extension name capitalization is inconsistent with the catalog entry (FixIt Extension here vs Fixit Extension in extensions/catalog.community.json). Please standardize the displayed name across README + catalog to avoid confusion/search mismatches.

Suggested change
| 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) |
| 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) |

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed id on catalog to FixIt

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

@ismaelJimenez ismaelJimenez force-pushed the feat/add-fixit-extension-to-community-catalog branch from 5d22c38 to 33b91e3 Compare March 31, 2026 11:56
@ismaelJimenez ismaelJimenez requested a review from mnriem March 31, 2026 11:58
@mnriem mnriem requested a review from Copilot March 31, 2026 11:58
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

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


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

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