Skip to content

Commit db81314

Browse files
aaronrsunAaron SunAaron SunAaron Sun
authored
Added issues extension (#2194)
* Added issues extension * Removed duplicate extension * Renamed extension * Addressed Copilot comments --------- Co-authored-by: Aaron Sun <aaronsun@mac.lan> Co-authored-by: Aaron Sun <aaronsun@Aarons-MacBook-Pro.local> Co-authored-by: Aaron Sun <aaronsun@Mac.hsd1.wa.comcast.net>
1 parent 752683d commit db81314

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ The following community-contributed extensions are available in [`catalog.commun
209209
| 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) |
210210
| 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) |
211211
| 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) |
212-
| GitHub Issues Integration | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) |
212+
| GitHub Issues Integration 1 | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) |
213+
| GitHub Issues Integration 2 | Creates and syncs local specs from an existing GitHub issue | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) |
213214
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) |
214215
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |
215216
| Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) |

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@
714714
"updated_at": "2026-03-31T00:00:00Z"
715715
},
716716
"github-issues": {
717-
"name": "GitHub Issues Integration",
717+
"name": "GitHub Issues Integration 1",
718718
"id": "github-issues",
719719
"description": "Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability",
720720
"author": "Fatima367",
@@ -753,6 +753,38 @@
753753
"created_at": "2026-04-12T15:30:00Z",
754754
"updated_at": "2026-04-13T14:39:00Z"
755755
},
756+
"issue": {
757+
"name": "GitHub Issues Integration 2",
758+
"id": "issue",
759+
"description": "Creates and syncs local specs based on an existing issue in GitHub",
760+
"author": "aaronrsun",
761+
"version": "1.0.0",
762+
"download_url": "https://github.com/aaronrsun/spec-kit-issue/archive/refs/tags/v1.0.0.zip",
763+
"repository": "https://github.com/aaronrsun/spec-kit-issue",
764+
"homepage": "https://github.com/aaronrsun/spec-kit-issue",
765+
"documentation": "https://github.com/aaronrsun/spec-kit-issue/blob/main/README.md",
766+
"changelog": "https://github.com/aaronrsun/spec-kit-issue/blob/main/CHANGELOG.md",
767+
"license": "MIT",
768+
"requires": {
769+
"speckit_version": ">=0.1.0"
770+
},
771+
"provides": {
772+
"commands": 3,
773+
"hooks": 0
774+
},
775+
"tags": [
776+
"issue",
777+
"integration",
778+
"github",
779+
"issues",
780+
"sync"
781+
],
782+
"verified": false,
783+
"downloads": 0,
784+
"stars": 0,
785+
"created_at": "2026-04-04T00:00:00Z",
786+
"updated_at": "2026-04-04T00:00:00Z"
787+
},
756788
"iterate": {
757789
"name": "Iterate",
758790
"id": "iterate",

0 commit comments

Comments
 (0)