fix(plugins): merge git collection into rpi and distribute to all plugins#549
Merged
agreaves-ms merged 3 commits intomainfrom Feb 14, 2026
Merged
fix(plugins): merge git collection into rpi and distribute to all plugins#549agreaves-ms merged 3 commits intomainfrom
agreaves-ms merged 3 commits intomainfrom
Conversation
b6572f5 to
bca26b6
Compare
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #549 +/- ##
==========================================
- Coverage 85.36% 85.34% -0.03%
==========================================
Files 23 23
Lines 4475 4475
==========================================
- Hits 3820 3819 -1
- Misses 655 656 +1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
WilliamBerryiii
approved these changes
Feb 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Consolidates the standalone git collection into the baseline rpi collection, removes the plugins/git plugin bundle, and redistributes git-related prompts/instructions plus the pr-review agent across the remaining collections and plugin bundles.
Changes:
- Merged git workflow items (agent/prompt/instruction) into
collections/rpi.collection.ymland removedcollections/git.collection.*. - Deleted the
plugins/git/bundle and added git workflow command/instruction links pluspr-reviewacross other plugin bundles and collection manifests. - Updated plugin READMEs and marketplace metadata to reflect the new baseline distribution.
Reviewed changes
Copilot reviewed 96 out of 103 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| plugins/security-planning/instructions/git-merge.md | Adds git-merge instruction link into security-planning plugin bundle |
| plugins/security-planning/commands/pull-request.md | Adds pull-request command link into security-planning plugin bundle |
| plugins/security-planning/commands/git-setup.md | Adds git-setup command link into security-planning plugin bundle |
| plugins/security-planning/commands/git-merge.md | Adds git-merge command link into security-planning plugin bundle |
| plugins/security-planning/commands/git-commit.md | Adds git-commit command link into security-planning plugin bundle |
| plugins/security-planning/commands/git-commit-message.md | Adds git-commit-message command link into security-planning plugin bundle |
| plugins/security-planning/agents/pr-review.md | Adds pr-review agent link into security-planning plugin bundle |
| plugins/security-planning/README.md | Surfaces newly included git commands/instruction and pr-review agent in README tables |
| plugins/rpi/instructions/git-merge.md | Adds git-merge instruction link into rpi plugin bundle |
| plugins/rpi/commands/pull-request.md | Adds pull-request command link into rpi plugin bundle |
| plugins/rpi/commands/git-setup.md | Adds git-setup command link into rpi plugin bundle |
| plugins/rpi/commands/git-merge.md | Adds git-merge command link into rpi plugin bundle |
| plugins/rpi/commands/git-commit.md | Adds git-commit command link into rpi plugin bundle |
| plugins/rpi/commands/git-commit-message.md | Adds git-commit-message command link into rpi plugin bundle |
| plugins/rpi/agents/pr-review.md | Adds pr-review agent link into rpi plugin bundle |
| plugins/rpi/README.md | Updates rpi README to reflect expanded scope and list git workflows |
| plugins/rpi/.github/plugin/plugin.json | Updates rpi plugin description to reflect merged git scope |
| plugins/prompt-engineering/instructions/git-merge.md | Adds git-merge instruction link into prompt-engineering plugin bundle |
| plugins/prompt-engineering/commands/pull-request.md | Adds pull-request command link into prompt-engineering plugin bundle |
| plugins/prompt-engineering/commands/git-setup.md | Adds git-setup command link into prompt-engineering plugin bundle |
| plugins/prompt-engineering/commands/git-merge.md | Adds git-merge command link into prompt-engineering plugin bundle |
| plugins/prompt-engineering/commands/git-commit.md | Adds git-commit command link into prompt-engineering plugin bundle |
| plugins/prompt-engineering/commands/git-commit-message.md | Adds git-commit-message command link into prompt-engineering plugin bundle |
| plugins/prompt-engineering/agents/pr-review.md | Adds pr-review agent link into prompt-engineering plugin bundle |
| plugins/prompt-engineering/README.md | Surfaces newly included git commands/instruction and pr-review agent in README tables |
| plugins/project-planning/instructions/git-merge.md | Adds git-merge instruction link into project-planning plugin bundle |
| plugins/project-planning/commands/pull-request.md | Adds pull-request command link into project-planning plugin bundle |
| plugins/project-planning/commands/git-setup.md | Adds git-setup command link into project-planning plugin bundle |
| plugins/project-planning/commands/git-merge.md | Adds git-merge command link into project-planning plugin bundle |
| plugins/project-planning/commands/git-commit.md | Adds git-commit command link into project-planning plugin bundle |
| plugins/project-planning/commands/git-commit-message.md | Adds git-commit-message command link into project-planning plugin bundle |
| plugins/project-planning/agents/pr-review.md | Adds pr-review agent link into project-planning plugin bundle |
| plugins/project-planning/README.md | Surfaces newly included git commands/instruction and pr-review agent in README tables |
| plugins/github/instructions/git-merge.md | Adds git-merge instruction link into github plugin bundle |
| plugins/github/commands/pull-request.md | Adds pull-request command link into github plugin bundle |
| plugins/github/commands/git-setup.md | Adds git-setup command link into github plugin bundle |
| plugins/github/commands/git-merge.md | Adds git-merge command link into github plugin bundle |
| plugins/github/commands/git-commit.md | Adds git-commit command link into github plugin bundle |
| plugins/github/commands/git-commit-message.md | Adds git-commit-message command link into github plugin bundle |
| plugins/github/agents/pr-review.md | Adds pr-review agent link into github plugin bundle |
| plugins/github/README.md | Surfaces newly included git commands/instruction and pr-review agent in README tables |
| plugins/git/scripts/lib | Removes git plugin’s scripts/lib link |
| plugins/git/scripts/dev-tools | Removes git plugin’s scripts/dev-tools link |
| plugins/git/instructions/writing-style.md | Removes git plugin’s writing-style instruction link |
| plugins/git/instructions/prompt-builder.md | Removes git plugin’s prompt-builder instruction link |
| plugins/git/instructions/markdown.md | Removes git plugin’s markdown instruction link |
| plugins/git/instructions/commit-message.md | Removes git plugin’s commit-message instruction link |
| plugins/git/docs/templates | Removes git plugin’s docs/templates link |
| plugins/git/commands/task-review.md | Removes git plugin’s task-review command link |
| plugins/git/commands/task-research.md | Removes git plugin’s task-research command link |
| plugins/git/commands/task-plan.md | Removes git plugin’s task-plan command link |
| plugins/git/commands/task-implement.md | Removes git plugin’s task-implement command link |
| plugins/git/commands/rpi.md | Removes git plugin’s rpi command link |
| plugins/git/commands/prompt-refactor.md | Removes git plugin’s prompt-refactor command link |
| plugins/git/commands/prompt-build.md | Removes git plugin’s prompt-build command link |
| plugins/git/commands/prompt-analyze.md | Removes git plugin’s prompt-analyze command link |
| plugins/git/commands/checkpoint.md | Removes git plugin’s checkpoint command link |
| plugins/git/agents/task-reviewer.md | Removes git plugin’s task-reviewer agent link |
| plugins/git/agents/task-researcher.md | Removes git plugin’s task-researcher agent link |
| plugins/git/agents/task-planner.md | Removes git plugin’s task-planner agent link |
| plugins/git/agents/task-implementor.md | Removes git plugin’s task-implementor agent link |
| plugins/git/agents/rpi-agent.md | Removes git plugin’s rpi-agent agent link |
| plugins/git/agents/prompt-builder.md | Removes git plugin’s prompt-builder agent link |
| plugins/git/agents/memory.md | Removes git plugin’s memory agent link |
| plugins/git/README.md | Removes git plugin README |
| plugins/git/.github/plugin/plugin.json | Removes git plugin metadata |
| plugins/data-science/instructions/git-merge.md | Adds git-merge instruction link into data-science plugin bundle |
| plugins/data-science/commands/pull-request.md | Adds pull-request command link into data-science plugin bundle |
| plugins/data-science/commands/git-setup.md | Adds git-setup command link into data-science plugin bundle |
| plugins/data-science/commands/git-merge.md | Adds git-merge command link into data-science plugin bundle |
| plugins/data-science/commands/git-commit.md | Adds git-commit command link into data-science plugin bundle |
| plugins/data-science/commands/git-commit-message.md | Adds git-commit-message command link into data-science plugin bundle |
| plugins/data-science/agents/pr-review.md | Adds pr-review agent link into data-science plugin bundle |
| plugins/data-science/README.md | Surfaces newly included git commands/instruction and pr-review agent in README tables |
| plugins/coding-standards/instructions/git-merge.md | Adds git-merge instruction link into coding-standards plugin bundle |
| plugins/coding-standards/commands/pull-request.md | Adds pull-request command link into coding-standards plugin bundle |
| plugins/coding-standards/commands/git-setup.md | Adds git-setup command link into coding-standards plugin bundle |
| plugins/coding-standards/commands/git-merge.md | Adds git-merge command link into coding-standards plugin bundle |
| plugins/coding-standards/commands/git-commit.md | Adds git-commit command link into coding-standards plugin bundle |
| plugins/coding-standards/commands/git-commit-message.md | Adds git-commit-message command link into coding-standards plugin bundle |
| plugins/coding-standards/agents/pr-review.md | Adds pr-review agent link into coding-standards plugin bundle |
| plugins/coding-standards/README.md | Surfaces newly included git commands/instruction and pr-review agent in README tables |
| plugins/ado/instructions/git-merge.md | Adds git-merge instructions content into ado plugin bundle |
| plugins/ado/commands/pull-request.md | Adds pull-request command content into ado plugin bundle |
| plugins/ado/commands/git-setup.md | Adds git-setup command content into ado plugin bundle |
| plugins/ado/commands/git-merge.md | Adds git-merge command content into ado plugin bundle |
| plugins/ado/commands/git-commit.md | Adds git-commit command content into ado plugin bundle |
| plugins/ado/commands/git-commit-message.md | Adds git-commit-message command content into ado plugin bundle |
| plugins/ado/agents/pr-review.md | Adds pr-review agent content into ado plugin bundle |
| plugins/ado/README.md | Surfaces newly included git commands/instruction and pr-review agent in README tables |
| collections/security-planning.collection.yml | Adds pr-review agent, git prompts, and git-merge instruction to the security-planning collection manifest |
| collections/rpi.collection.yml | Merges git items into the baseline rpi collection and updates description/tags |
| collections/rpi.collection.md | Updates rpi collection documentation to mention PR review and git workflow prompts |
| collections/prompt-engineering.collection.yml | Adds pr-review agent, git prompts, and git-merge instruction to the prompt-engineering collection manifest |
| collections/project-planning.collection.yml | Adds pr-review agent, git prompts, and git-merge instruction to the project-planning collection manifest |
| collections/github.collection.yml | Adds pr-review agent, git prompts, and git-merge instruction to the github collection manifest |
| collections/git.collection.yml | Removes standalone git collection manifest |
| collections/git.collection.md | Removes standalone git collection documentation |
| collections/data-science.collection.yml | Adds pr-review agent, git prompts, and git-merge instruction to the data-science collection manifest |
| collections/coding-standards.collection.yml | Adds pr-review agent, git prompts, and git-merge instruction to the coding-standards collection manifest |
| collections/ado.collection.yml | Adds pr-review agent, git prompts, and git-merge instruction to the ado collection manifest |
| .github/plugin/marketplace.json | Removes the git plugin entry and updates rpi plugin description in marketplace metadata |
b925c9f to
eeb11ad
Compare
agreaves-ms
pushed a commit
that referenced
this pull request
Feb 14, 2026
🤖 I have created a release *beep* *boop* --- ## [2.3.9](hve-core-v2.3.8...hve-core-v2.3.9) (2026-02-14) ### 🐛 Bug Fixes * **plugins:** merge git collection into rpi and distribute to all plugins ([#549](#549)) ([9509a87](9509a87)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: hve-core-release-please[bot] <254602402+hve-core-release-please[bot]@users.noreply.github.com>
This was referenced Feb 14, 2026
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.
fix(plugins): merge git collection into rpi and distribute to all plugins
Description
Consolidated the standalone
gitcollection into therpicollection, removingplugins/git/entirely and distributing git-related agents, prompts, and instructions across all remaining plugin bundles. Since RPI is the foundational collection included by every other collection, git workflow tooling now ships as part of the baseline rather than as a separate opt-in package.collections/git.collection.ymlandcollections/git.collection.md, merging all git items (pr-review agent, five git prompts, git-merge instruction) intocollections/rpi.collection.ymlplugins/git/directory including itsplugin.json,README.md, all agent/command/instruction symlinks, and script directory linksgit-commit-message,git-commit,git-merge,git-setup,pull-request), and git-merge instruction to all nine remaining collection YMLs (ado, coding-standards, data-science, github, project-planning, prompt-engineering, rpi, security-planning, hve-core-all)rpiplugin description to reflect the merged scopegitentry from.github/plugin/marketplace.jsonRelated Issue(s)
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderagent and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/agents/*.agent.md).github/skills/*/SKILL.md)Other:
.ps1,.sh,.py)Sample Prompts (for AI Artifact Contributions)
Testing
Checklist
Required Checks
AI Artifact Contributions
Required Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations
Additional Notes
package.json,package-lock.json,.release-please-manifest.json,extension/templates/package.template.json, allplugin.jsonfiles, andmarketplace.json) regressed from2.3.5to2.3.4, and theCHANGELOG.mdentry for2.3.5was removed. Confirm this version rollback is intentional or rebase onto the currentorigin/mainto pick up the2.3.5release.🔀 - Generated by Copilot