feat: add spec-kit-fixit extension to community catalog#2024
feat: add spec-kit-fixit extension to community catalog#2024ismaelJimenez wants to merge 1 commit intogithub:mainfrom
Conversation
6e3669f to
0a0d634
Compare
There was a problem hiding this comment.
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
fixitentry toextensions/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_attimestamp to2026-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.
0a0d634 to
5d22c38
Compare
There was a problem hiding this comment.
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.
| "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", |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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) | |
There was a problem hiding this comment.
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.
| | 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) | |
There was a problem hiding this comment.
Fixed id on catalog to FixIt
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
5d22c38 to
33b91e3
Compare
There was a problem hiding this comment.
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.
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:
fixitentry toextensions/catalog.community.json(alphabetical order)README.mdupdated_attimestamp to2026-03-30Testing
AI Disclosure
AI was used to draft the fixit command.