branchdiff-skills
v2.2.2Claude Code skills for branchdiff: /branchdiff-review and /branchdiff-resolve.
By Mir Mursalin AnkurLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 12, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install branchdiff-skills for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install branchdiff-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Encryptioner/branchdiff-releasesClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/branchdiff-skills/.
Plugin files
├── .claude-plugin/plugin.json├── skills/branchdiff-resolve/SKILL.md└── skills/branchdiff-review/SKILL.md
Included Skills2
Read open review comments and resolve them by making code fixes. Use this skill when the user asks to fix review comments, resolve threads, address feedback, or handle code review findings. Also triggers for "fix the issues", "address the review", "resolve comments", or any request to act on code review feedback from branchdiff.
Review the current git diff using branchdiff agent commands. Use this skill whenever the user asks for a code review, wants feedback on their changes, mentions reviewing a diff or PR, or asks to check their code for issues. Also triggers for "look at my changes", "what's wrong with this diff", "check for bugs", or any request to evaluate code changes.
Plugin manifests1
{
"$schema": "https://raw.githubusercontent.com/anthropics/claude-code/main/schemas/plugin.schema.json",
"name": "branchdiff-skills",
"version": "2.2.2",
"description": "Claude Code skills for branchdiff: /branchdiff-review and /branchdiff-resolve.",
"author": {
"name": "Mir Mursalin Ankur",
"email": "[email protected]",
"url": "https://encryptioner.github.io/"
},
"homepage": "https://encryptioner.github.io/branchdiff-releases/",
"repository": "https://github.com/Encryptioner/branchdiff-releases",
"license": "MIT",
"keywords": [
"branchdiff",
"code-review",
"diff",
"git",
"agent"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[branchdiff-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/branchdiff-skills)