Skip to content

feat: add verify extension to community catalog#1726

Merged
mnriem merged 2 commits intogithub:mainfrom
ismaelJimenez:feat/add-verify-extension-to-community-catalog
Mar 3, 2026
Merged

feat: add verify extension to community catalog#1726
mnriem merged 2 commits intogithub:mainfrom
ismaelJimenez:feat/add-verify-extension-to-community-catalog

Conversation

@ismaelJimenez
Copy link
Contributor

@ismaelJimenez ismaelJimenez commented Mar 1, 2026

Extension Submission

Extension Name: Verify Extension
Extension ID: verify
Version: 1.0.0
Author: ismaelJimenez
Repository: https://github.com/ismaelJimenez/spec-kit-verify

Description

Post-implementation quality gate that validates implemented code against specification artifacts.

Checklist

  • Valid extension.yml manifest
  • README.md with installation and usage docs
  • LICENSE file included
  • GitHub release created (v1.0.0)
  • Extension tested on real project
  • All commands working
  • No security vulnerabilities
  • Added to extensions/catalog.community.json
  • Added to extensions/README.md Available Extensions table

Testing

Tested on:

  • macOS 13.0+ with spec-kit 0.1.0
  • Project: On 3 projects local projects, one for a web site and 2 for CLI applications. ON all of them it detected a drift of the implemented code after /speckit.implement and the specs.

Additional Notes

  • Provides 1 command and 1 hook
  • Tags: verification, quality-gate, implementation, spec-adherence, compliance
  • License: MIT

Copy link
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

This PR adds the "Verify Extension" (verify) to the community catalog, enabling users to discover a post-implementation quality gate that validates implemented code against specification artifacts. It follows the standard community extension submission process as documented in the Extension Publishing Guide.

Changes:

  • New verify extension entry added to extensions/catalog.community.json with all required fields (id, name, description, author, version, download_url, repository, documentation, changelog, license, requires, provides, tags, verified, downloads, stars, timestamps).
  • Top-level updated_at in catalog.community.json bumped to reflect the new catalog modification date.
  • New row added to the Available Community Extensions table in extensions/README.md.

Reviewed changes

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

File Description
extensions/catalog.community.json Adds the verify extension entry and updates the top-level updated_at timestamp
extensions/README.md Adds a row for the Verify Extension in the Available Community Extensions table

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

@ismaelJimenez ismaelJimenez force-pushed the feat/add-verify-extension-to-community-catalog branch from 3e7994d to 71c5ee0 Compare March 3, 2026 16:01
Copy link
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 1 comment.


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

@mnriem mnriem merged commit 9cf33e8 into github:main Mar 3, 2026
12 checks passed
@mnriem
Copy link
Collaborator

mnriem commented Mar 3, 2026

Thank you!

jonasbokim added a commit to Jonas-Construction-Software/jonas-spec-kit-dev that referenced this pull request Mar 7, 2026
…ade-v0.1.7

* upstream/main: (26 commits)
  Add Community Walkthroughs section to README (github#1766)
  feat(extensions): add Jira Integration to community catalog (github#1764)
  Add Azure DevOps Integration extension to community catalog (github#1734)
  Fix docs: update Antigravity link and add initialization example (github#1748)
  fix: wire after_tasks and after_implement hook events into command templates (github#1702)
  make c ignores consistent with c++ (github#1747)
  chore: bump version to 0.1.13 (github#1746)
  feat: add kiro-cli and AGENT_CONFIG consistency coverage (github#1690)
  feat: add verify extension to community catalog (github#1726)
  Add Retrospective Extension to community catalog README table (github#1741)
  fix(scripts): add empty description validation and branch checkout error handling (github#1559)
  fix: correct Copilot extension command registration (github#1724)
  fix(implement): remove Makefile from C ignore patterns (github#1558)
  Add sync extension to community catalog (github#1728)
  fix(checklist): clarify file handling behavior for append vs create (github#1556)
  fix(clarify): correct conflicting question limit from 10 to 5 (github#1557)
  chore: bump version to 0.1.12 (github#1737)
  fix: use RELEASE_PAT so tag push triggers release workflow (github#1736)
  fix: release-trigger uses release branch + PR instead of direct push to main (github#1733)
  fix: Split release process to sync pyproject.toml version with git tags (github#1732)
  ...
jonasbokim pushed a commit to Jonas-Construction-Software/jonas-spec-kit-dev that referenced this pull request Mar 9, 2026
* feat: add verify extension to community catalog

* Add verify to extension readme

---------

Co-authored-by: Ismael <ismael.jimenez-martinez@bmw.de>
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