[extension] Add Tasks to GitHub Project extension to community catalog#3090
Merged
Conversation
Add tasks-to-project extension submitted by @mancioshell to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3082 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 tasks
mnriem
previously approved these changes
Jun 22, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the tasks-to-project (“Tasks to GitHub Project”) community extension to Spec Kit’s community catalog and documentation so it can be discovered and installed by users.
Changes:
- Add a new
tasks-to-projectentry toextensions/catalog.community.json(including metadata, requirements, and provided commands/hooks). - Add a corresponding row to the community extensions table in
docs/community/extensions.md. - Update the catalog timestamp (and, as part of the diff, reserialize/normalize other catalog content).
Show a summary per file
| File | Description |
|---|---|
extensions/catalog.community.json |
Adds the tasks-to-project catalog entry and updates the catalog timestamp (also includes broader catalog reserialization changes). |
docs/community/extensions.md |
Adds a new row for “Tasks to GitHub Project” in the community extensions table. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 2
Restore extensions/catalog.community.json to upstream content and add only the tasks-to-project entry, removing the unrelated Unicode-escape and tool-object expansion churn across the catalog. Drop the git tool from the entry's requirements to match the published extension.yml (gh + python3). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the
tasks-to-projectcommunity extension submitted by@mancioshell.Summary
tasks-to-projectv0.2.0)@mancioshell)integration— synchronizes Spec Kit tasks with GitHub Projects (v2)read-write— creates and updates project cards, issues, and labelsChanges
extensions/catalog.community.json— new entry added in alphabetical order (betweensyncandteam-assign)docs/community/extensions.md— new row added in alphabetical order (between "Superspec" and "Team Assign")Validation Results
^[a-z][a-z0-9-]*$)tasks-to-projectX.Y.Z)0.2.0extension.ymlpresentREADME.mdpresentLICENSEfile presentarchive/refs/tags/v0.2.0.zipCloses #3082
cc
@mancioshell