pr

Create template-compliant GitHub pull requests for EmbodiChain.

206|20|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/DexForce/EmbodiChain --skill pr-dexforce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/DexForce/EmbodiChain/tree/main/skills/pr
Command: npx skills add https://github.com/DexForce/EmbodiChain --skill pr-dexforce

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the risk of rejected or poorly organized pull requests by helping you follow EmbodiChain’s PR template, formatting expectations, and label conventions.

Core Features & Use Cases

  • PR drafting guidance: Generates a PR description with the right sections (summary, motivation, dependencies, and issue reference) aligned to the project’s template.
  • Workflow support: Helps you check current changes, choose the correct PR type, and follow the recommended branch and commit practices.
  • Label selection assistance: Guides you in selecting and applying appropriate GitHub labels based on change type and affected areas.

Quick Start

Ask the AI to create an EmbodiChain pull request by reviewing your current git diff, drafting a PR body from the template, and telling you which labels to apply.

Frequently Asked Questions about pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a GitHub pull request that follows EmbodiChain contribution guidelines?

To create a compliant pull request, you review your git diff, draft a description matching the repository template, run black code formatting, push a feature branch, and use the gh CLI to open and label the PR.

What sections are required in an EmbodiChain PR template?

An EmbodiChain PR template requires specific sections including summary, motivation, dependencies, and issue reference. Drafting a PR description with these aligned sections ensures your contribution meets the project's formatting expectations.

How do I apply the correct GitHub labels to my pull request?

You apply correct GitHub labels by selecting the appropriate label taxonomy based on your change type and affected areas. This label selection assistance ensures reviewers can quickly categorize your feature, bug fix, or documentation update.

Do I need to run black formatting before opening a pull request?

Yes, you need to run black formatting before opening a pull request when code formatting changes are required. Checking your git status and diffs ensures your commits meet the repository's formatting expectations.

Can I use this workflow for documentation updates and bug fixes?

Yes, you can use this workflow for documentation updates, bug fixes, and feature development. It helps you choose the correct PR type, follow recommended branch practices, and generate a template-compliant PR description for any contribution.

What is the best way to prepare my git commits for a convention-compliant pull request?

The best way to prepare commits is by checking your current git status and diffs, selecting the correct PR type, applying black formatting, and pushing a properly named feature branch before using the gh CLI to open the PR.