Adapter for EmbodiChain PR management, handling drafting, templating, and repository labeling.
Install
mkdir -p .claude/skills/pr-dexforce && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17326" && unzip -o skill.zip -d .claude/skills/pr-dexforce && rm skill.zipInstalls to .claude/skills/pr-dexforce
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Claude adapter for the canonical EmbodiChain PR skill.Key capabilities
- →Draft or create an EmbodiChain pull request
- →Fill the GitHub PR template
- →Select repository labels for the PR
How it works
This skill acts as an adapter, directing the user to follow the canonical EmbodiChain PR skill located at `.agents/skills/pr/SKILL.md` for drafting, templating, and labeling pull requests.
Inputs & outputs
When to use pr
- →Draft an EmbodiChain PR
- →Prepare code for submission
About this skill
PR - Claude Adapter
Canonical source: .agents/skills/pr/
When to use
- drafting or creating an EmbodiChain pull request
- filling the GitHub PR template
- selecting repository labels
Start here
- Use this adapter when the task asks for PR preparation or creation.
- Then follow
.agents/skills/pr/SKILL.md.
When not to use it
- →When creating a pull request for a system other than EmbodiChain
- →When the user does not want to use the canonical EmbodiChain PR skill
- →When the task does not involve PR preparation or creation
Limitations
- →The skill is an adapter for the EmbodiChain PR skill
- →The skill requires following the instructions in `.agents/skills/pr/SKILL.md`
- →The skill is limited to drafting or creating EmbodiChain pull requests
How it compares
This skill provides a specific interface to an existing, canonical PR system, ensuring adherence to its established workflow, unlike a generic PR creation tool.
Compared to similar skills
pr side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| pr (this skill) | 0 | 1mo | No flags | Beginner |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| dependency-upgrade | 26 | 4mo | Review | Intermediate |
| git-commits | 21 | 3mo | No flags | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by DexForce
View all by DexForce →You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
git-commits
bonny
Create well-structured git commits in logical chunks following best practices
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
github-multi-repo
ruvnet
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
git-workflow-enforcer
CrazyDubya
Ensures commits follow conventional commits, branch naming conventions, and PR templates. Use when creating commits, branches, or PRs, or when user mentions git workflow.