Skip to content

Commit 8c3982d

Browse files
pragya247pragya247Copilot
authored
Add Azure DevOps Integration extension to community catalog (#1734)
* Add Azure DevOps work item synchronization with handoffs system * Resolving the comments * Added details of Azure DevOps extention * t status t revert --abort Revert "Add Azure DevOps work item synchronization with handoffs system" This reverts commit 39ac7e4. * Update extensions/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update extensions/catalog.community.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: pragya247 <pragya@microsoft.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 13dec1d commit 8c3982d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

extensions/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ The following community-contributed extensions are available in [`catalog.commun
7272

7373
| Extension | Purpose | URL |
7474
|-----------|---------|-----|
75+
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
7576
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
7677
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
7778
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |

extensions/catalog.community.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
33
"updated_at": "2026-03-03T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
6+
"azure-devops": {
7+
"name": "Azure DevOps Integration",
8+
"id": "azure-devops",
9+
"description": "Sync user stories and tasks to Azure DevOps work items using OAuth authentication.",
10+
"author": "pragya247",
11+
"version": "1.0.0",
12+
"download_url": "https://github.com/pragya247/spec-kit-azure-devops/archive/refs/tags/v1.0.0.zip",
13+
"repository": "https://github.com/pragya247/spec-kit-azure-devops",
14+
"homepage": "https://github.com/pragya247/spec-kit-azure-devops",
15+
"documentation": "https://github.com/pragya247/spec-kit-azure-devops/blob/main/README.md",
16+
"changelog": "https://github.com/pragya247/spec-kit-azure-devops/blob/main/CHANGELOG.md",
17+
"license": "MIT",
18+
"requires": {
19+
"speckit_version": ">=0.1.0",
20+
"tools": [
21+
{
22+
"name": "az",
23+
"version": ">=2.0.0",
24+
"required": true
25+
}
26+
]
27+
},
28+
"provides": {
29+
"commands": 1,
30+
"hooks": 1
31+
},
32+
"tags": ["azure", "devops", "project-management", "work-items", "issue-tracking"],
33+
"verified": false,
34+
"downloads": 0,
35+
"stars": 0,
36+
"created_at": "2026-03-03T00:00:00Z",
37+
"updated_at": "2026-03-03T00:00:00Z"
38+
},
639
"cleanup": {
740
"name": "Cleanup Extension",
841
"id": "cleanup",

0 commit comments

Comments
 (0)