Collect git info and prepare PR content for reedom-gh:pr-maker agent.
/plugin marketplace add reedom/claude-code-commands/plugin install reedom-gh@reedom-commands-and-skillsThis skill is limited to using the following tools:
scripts/cleanup.shscripts/collect-info.shCollect data, draft complete PR content, cleanup, return ready-to-use JSON.
| Arg | Default | Description |
|---|---|---|
--against | origin/main | Target branch |
--lang | system | PR content language |
--prefix | "" | Prefix to prepend to title |
${CLAUDE_PLUGIN_ROOT}/skills/collect-pr-info/scripts/collect-info.sh -a <target> --lang <lang>${CLAUDE_PLUGIN_ROOT}/skills/collect-pr-info/scripts/cleanup.sh <temp_dir>{
"current_branch": "feature/x",
"target_branch": "origin/main",
"push_needed": true,
"matched_spec": "auth",
"pr": {
"title": "feat(auth): add login module",
"body": "## Summary\n..."
},
"existing_pr": {
"exists": false,
"number": null
},
"preceding_pr": {
"exists": true,
"number": 122,
"updated_body": "## PR Order\n- this PR\n- #NEW\n\n<original body>"
}
}
Agent replaces #NEW with actual PR number after creation.
<prefix> type(scope): description
--prefix value if providedLanguage: lang.effective
## Summary
What and why (2-3 sentences)
## Changes
- Key changes
## Testing
How to verify
## Related Issues
closes #N
If preceding PR exists, prepare updated_body:
## PR Order
- this PR
- #NEW
<original body>
Use ## PR順序 for Japanese.
When split: read manifest.json, prioritize source files, skip generated.
{"error": "message", "error_code": "NOT_GIT_REPO"}
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.