From workmux-status
Generates GitHub PR title and description from git diff, commits, and conversation context; pushes branch and opens PR creation in browser.
npx claudepluginhub raine/workmux --plugin workmux-statusThis skill is limited to using the following tools:
<!-- This is a starting point. Customize the template and guidelines to match your team's PR conventions. -->
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
main or master)git diff <base>...HEADgit log <base>...HEAD --format="%s"git status to check for uncommitted changesUse this template:
## Summary
[1-2 sentences: what this PR does and why]
## Changes
- [Key change 1]
- [Key change 2]
- [Key change 3]
## Testing
[How you verified it works]
Guidelines:
Write a short PR title (max 72 characters)
Ensure the branch is pushed:
git push -u origin HEAD
Open PR creation in browser (do NOT create directly):
gh pr create --web --title "<title>" --body "<body>"