Skip to content

Commit 3b61157

Browse files
Add Test Coverage Drift Control extension to community catalog (#3607)
Add test-coverage-drift-control extension submitted by @benizzio to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3600 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ec45dbd commit 3b61157

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ The following community-contributed extensions are available in [`catalog.commun
149149
| Superspec | Bridges spec-kit with obra/superpowers (brainstorming, TDD, subagent, code-review) into a unified, resumable workflow with graceful degradation and session progress tracking | `process` | Read+Write | [superspec](https://github.com/WangX0111/superspec) |
150150
| Tasks to GitHub Project | Publish and synchronize Spec Kit tasks as cards on a GitHub Project (v2) kanban board, with priority and status sync between spec.md/tasks.md and the board. | `integration` | Read+Write | [spec-kit-tasks-to-project](https://github.com/mancioshell/spec-kit-tasks-to-project) |
151151
| Team Assign | Assign tasks.md items to human engineers, split into subtasks, and generate a per-engineer workboard | `process` | Read+Write | [spec-kit-team-assign](https://github.com/tarunkumarbhati/spec-kit-team-assign) |
152+
| Test Coverage Drift Control | Generate incremental coverage drift reports and planned remediation tasks after implementation | `code` | Read+Write | [spec-kit-test-coverage-drift-control](https://github.com/benizzio/spec-kit-test-coverage-drift-control) |
152153
| Time Machine | Retroactively apply the full SDD workflow to existing codebases — analyse, spec, and ship feature-by-feature | `process` | Read+Write | [spec-kit-time-machine](https://github.com/teeyo/spec-kit-time-machine) |
153154
| TinySpec | Lightweight single-file workflow for small tasks — skip the heavy multi-step SDD process | `process` | Read+Write | [spec-kit-tinyspec](https://github.com/Quratulain-bilal/spec-kit-tinyspec) |
154155
| Token Budget | Reduces LLM token consumption in Spec Kit workflows: compact artifacts in-place, scope per-phase reading, suppress prose padding, and report token usage | `process` | Read+Write | [spec-kit-token-budget](https://github.com/tinesoft/spec-kit-token-budget) |

extensions/catalog.community.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-17T00:00:00Z",
3+
"updated_at": "2026-07-21T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -4342,6 +4342,40 @@
43424342
"created_at": "2026-05-20T00:00:00Z",
43434343
"updated_at": "2026-05-20T00:00:00Z"
43444344
},
4345+
"test-coverage-drift-control": {
4346+
"name": "Test Coverage Drift Control",
4347+
"id": "test-coverage-drift-control",
4348+
"description": "Generate incremental coverage drift reports and planned remediation tasks after implementation",
4349+
"author": "Igor Benicio de Mesquita",
4350+
"version": "0.3.0",
4351+
"download_url": "https://github.com/benizzio/spec-kit-test-coverage-drift-control/archive/refs/tags/v0.3.0.zip",
4352+
"repository": "https://github.com/benizzio/spec-kit-test-coverage-drift-control",
4353+
"homepage": "https://github.com/benizzio/spec-kit-test-coverage-drift-control",
4354+
"documentation": "https://github.com/benizzio/spec-kit-test-coverage-drift-control#readme",
4355+
"changelog": "https://github.com/benizzio/spec-kit-test-coverage-drift-control/blob/main/CHANGELOG.md",
4356+
"license": "MIT",
4357+
"category": "code",
4358+
"effect": "read-write",
4359+
"requires": {
4360+
"speckit_version": ">=0.2.0"
4361+
},
4362+
"provides": {
4363+
"commands": 2,
4364+
"hooks": 1
4365+
},
4366+
"tags": [
4367+
"analysis",
4368+
"coverage",
4369+
"testing",
4370+
"quality",
4371+
"maintenance"
4372+
],
4373+
"verified": false,
4374+
"downloads": 0,
4375+
"stars": 0,
4376+
"created_at": "2026-07-21T00:00:00Z",
4377+
"updated_at": "2026-07-21T00:00:00Z"
4378+
},
43454379
"time-machine": {
43464380
"name": "Time Machine",
43474381
"id": "time-machine",

0 commit comments

Comments
 (0)