بنقرة واحدة
create-pr
Create a pull request from the current branch with auto-generated description
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a pull request from the current branch with auto-generated description
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Freeze this session's state for later resumption with claude --resume
List frozen sessions and provide resume commands for all panels
ADMET prediction agent - assess absorption, distribution, metabolism, excretion, and toxicity profiles from molecular structure and physicochemical properties
Drug candidate ranking agent - multi-criteria scoring and prioritization of compounds for Oral Mucositis treatment
Clinical feasibility assessment agent - evaluate practical development pathways, regulatory strategy, cost estimates, and real-world viability for drug candidates
Combination therapy design agent - rational multi-compound strategy design, synergy assessment, and Ayurvedic formulation evaluation
| name | create-pr |
| description | Create a pull request from the current branch with auto-generated description |
| when_to_use | When creating a pull request from the current branch to main with an auto-generated title and description |
| allowed-tools | Bash(git *) Bash(gh *) |
First, re-read the following files to ensure you understand the project context:
.claude/skills/create-pr/SKILL.md)This command creates a pull request from the current branch to the main branch with an automatically generated description based on the differences between the branches.
Check current branch status
git status to ensure all changes are committedAnalyze branch differences
git log main..HEAD --oneline to see all commits in this branchgit diff main...HEAD --stat to see changed files summarygit diff main...HEAD to see detailed changes (if needed for context)Generate PR description - First Pass Create a comprehensive PR description that includes:
Make this first version detailed and thorough.
Simplify the description - Second Pass
Create the pull request
Use the gh pr create command with:
--title: A concise, descriptive title based on the main change--body: The simplified description from step 4--base main: Target the main branchIMPORTANT: Do NOT include any "Generated with Claude Code" or similar tags in the PR title or body. The PR should appear as if written directly by the developer.
Provide the PR URL After creation, output the PR URL so the user can review it on GitHub.
Check the word after the colon at the end of this line (the user input after the command), and if it says VERBOSE, verbose, --verbose, -v, or some variant of those, skip step 4: