Feat plugin expansion - #35
Open
Jeymz wants to merge 3 commits into
Open
Conversation
…ode review skills - Added a new Node.js development plugin with relevant metadata and description. - Introduced a secure code review skill with detailed guidelines for conducting repository-grounded reviews. - Updated existing secure code review prompt to enhance clarity and structure. - Modified the license type in the copilot-security plugin to Apache-2.0. - Included a new skill for implementing approved tasks from feature documents with strict execution scope. - Added a planning skill to analyze feature documents and create actionable implementation plans.
- Corrected the filename for the `application-security-architect` agent to resolve an incorrect filename issue.
- Update the `skills/threat-model` skill to use the correct extension case of `.md` instead of `.MD`
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.
This PR introduces new plugin content and several new/updated skills and prompts, plus a few metadata fixes and filename normalizations. Overall the change set primarily adds guidance artifacts (SKILLs and prompts) and scaffolding for a new
nodejs-developmentplugin.Key changes
Repository metadata: Update to marketplace metadata and plugin manifests
.github/plugin/marketplace.jsonplugins/copilot-security/.github/plugin/plugin.jsoncopilot-security plugin additions
plugins/copilot-security/skills/secure-code-review/SKILL.md— new secure-code-review skill under the pluginprompts/secure-code-review.prompt.md— prompt updates for secure code reviewskills/secure-code-review/SKILL.md— edits/enhancements to the top-level secure-code-review skillNew
nodejs-developmentpluginplugins/nodejs-development/.github/plugin/plugin.jsonplugins/nodejs-development/agents/robotti-developer.agent.mdplugins/nodejs-development/skills/implement-feat/SKILL.mdplugins/nodejs-development/skills/plan-feat/SKILL.mdFilename and case normalizations
skills/threat-model/SKILL.MD→skills/threat-model/SKILL.md(case normalization)application-security-architect.agent.md(resolved filename/rename recorded by git)Why this change