Add community-health files and expand README - #1
Merged
Conversation
Add the standard community-health files required by the open-source release checklist (github/open-source-releases#706), aligned with the sibling github/spec-kit repository: - LICENSE (MIT, Copyright GitHub, Inc.) - CODE_OF_CONDUCT.md (Contributor Covenant 1.4) - SECURITY.md - SUPPORT.md - CONTRIBUTING.md (tailored to this skills plugin) - .github/CODEOWNERS (@mnriem) - README.md: add Background, License, Maintainers, Support, and Acknowledgement sections Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
⚠️ Not ready to approve
SECURITY.md currently contains a non-functional security contact email address, which is a release-blocking documentation error for vulnerability reporting.
Pull request overview
Adds standard community-health documentation and expands repository-facing guidance so contributors and users have clear policies for licensing, conduct, security reporting, support, and contributing.
Changes:
- Added community-health docs: LICENSE, Code of Conduct, Security Policy, Support, Contributing guide, and CODEOWNERS.
- Expanded README with Background + governance/support/licensing sections aligned to the sibling spec-kit repository.
- No functional changes to plugin code, skills, or manifests.
File summaries
| File | Description |
|---|---|
| SUPPORT.md | Adds support channels and project status guidance. |
| SECURITY.md | Adds security reporting policy and safe harbor link. |
| README.md | Adds background, licensing, maintainers, support, and acknowledgement sections. |
| LICENSE | Adds MIT license text. |
| CONTRIBUTING.md | Adds contribution workflow and repository structure notes. |
| CODE_OF_CONDUCT.md | Adds Contributor Covenant Code of Conduct. |
| .github/CODEOWNERS | Adds a global code owner entry. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 3
- Review effort level: Low
Note
We're testing a new approval readiness assessment feature, and your feedback helps us improve it.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| @@ -0,0 +1,21 @@ | |||
| MIT License | |||
|
|
|||
| Copyright GitHub, Inc. | |||
|
|
||
| **Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.** | ||
|
|
||
| Instead, please send an email to opensource-security[@]github.com. |
Comment on lines
+70
to
+74
| This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, | ||
| available at [http://contributor-covenant.org/version/1/4][version] | ||
|
|
||
| [homepage]: http://contributor-covenant.org | ||
| [version]: http://contributor-covenant.org/version/1/4/ |
mnriem
added a commit
that referenced
this pull request
Aug 3, 2026
* Add OSS community-health files for public release (#1) Add the standard community-health files required by the open-source release checklist (github/open-source-releases#706), aligned with the sibling github/spec-kit repository: - LICENSE (MIT, Copyright GitHub, Inc.) - CODE_OF_CONDUCT.md (Contributor Covenant 1.4) - SECURITY.md - SUPPORT.md - CONTRIBUTING.md (tailored to this skills plugin) - .github/CODEOWNERS (@mnriem) - README.md: add Background, License, Maintainers, Support, and Acknowledgement sections Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Install assess canvas extension Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Guide assess prerequisite setup Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Initialize Spec Kit assess pipeline Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Capture Spec Kit canvas idea Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Research Spec Kit SDD canvas idea Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Define Spec Kit SDD canvas problem Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Shape Spec Kit SDD canvas concept Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Decide Spec Kit SDD canvas assessment Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Support rerunning assess stages Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Align canvas with assess stage contracts Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Render assessment Markdown previews Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Open artifacts in dedicated window Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Keep artifact preview in canvas Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Add targeted clarification workflow Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Clarify target user segment Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Honor assess rerun overwrite intent Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Refresh shaped canvas concept Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Refresh canvas assessment decision Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Recommend full visual SDD workspace Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Reassess full visual SDD workspace Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Refine visual SDD workflow problem Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Align SDD canvas concept with visual goal Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Reassess full visual SDD workspace Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Address assess canvas review feedback Use generated skill invocations, enforce current stage prerequisites, reject symlinked artifacts, and track prerequisite changes in live updates. Remove generated Spec Kit setup and assessment fixtures from the PR. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Harden assess canvas runtime Protect loopback routes with per-instance capabilities and canonical request checks, reject intermediate symlinks, propagate stale inputs, and align UI and clarification guards with current stage state. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Package assess canvas with plugin Address review feedback for bounded reads, worktree root detection, setup flags, and clarification races. Declare the canvas as a plugin extension component so marketplace installs include it. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Finalize Copilot App canvas integration Make extension modules portable, isolate project-root discovery, verify no-follow file descriptors, await SDK dispatch, validate assess skill readiness, and publish plugin version 0.15.1. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Split assessment canvas plugin Publish the Idea Assessment canvas independently as spec-kit-copilot-assess, keep the core skills plugin focused, and describe the repository as the Copilot integration hub for Spec Kit. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 * Clarify Copilot integration scope Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858 --------- Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 38c901bb-913e-4055-8ed4-fdcda14dc858
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.
Adds the standard open-source community-health files and rounds out the README, aligned with the sibling
github/spec-kitrepository.Added
LICENSE— MITCODE_OF_CONDUCT.md— Contributor Covenant 1.4SECURITY.md— security reporting policySUPPORT.md— how to get help and file issuesCONTRIBUTING.md— contribution guide tailored to this skills plugin.github/CODEOWNERSUpdated
README.md— added Background, License, Maintainers, Support, and Acknowledgement sections.No functional changes to the plugin, skills, or manifests.