
from embodichain173
Guides you through creating well-formed pull requests for the EmbodiChain project, ensuring branch naming, commit formatting, and proper PR templates and labels
This skill helps an agent create and format pull requests for the EmbodiChain repository. It walks through checking the git state, choosing a change type, applying formatting (black), drafting a clear PR description using the project's PR template, pushing a branch, and applying repository labels. The output is a ready-to-open PR body and recommended labels.
Use this skill when you've completed a change (bug fix, enhancement, new feature, docs) and want to open a PR that follows EmbodiChain's contribution conventions. Trigger it when preparing a branch for review, when you need help drafting a PR body, or when selecting appropriate labels for review workflows.
black, commit message guidance (conventional commits), PR body template, label selection, and example gh CLI commands to create/edit PRs.Best used by agents with GitHub/CLI capabilities (gh, gh pr, or Copilot/Claude Code-style agents that can draft PR bodies and run local git commands).
EmbodiChain PR skill provides a well-written guide for creating pull requests following that project's conventions — branch naming, commit formatting, PR template, and label selection. It's purely instructional with no scripts. The SKILL.md is clear and thorough for its narrow scope, but it's tightly coupled to the EmbodiChain project (specific labels like 'physics', 'robot', 'agent') making it unusable outside that repo.
Clean skill, no security concerns. Very niche usefulness since it's project-specific. The skill_md_body was null in the fetch output (likely the source_path was wrong: 'skills/pr/SKILL.md' vs actual '.agents/skills/pr/SKILL.md'), requiring manual content retrieval.