npx claudepluginhub qmu/workaholic --plugin drivinThis skill is limited to using the following tools:
sh/create-or-update.shsh/strip-frontmatter.shCreate or update a GitHub pull request using the story file as PR content.
Extract the first item from the Summary section of the story file:
## 1. Summary
1. First meaningful change
Use that first item as the title. If multiple items exist, append "etc" (e.g., "Add dark mode toggle etc").
Run the bundled script:
bash ${CLAUDE_PLUGIN_ROOT}/skills/create-pr/sh/create-or-update.sh <branch-name> "<title>"
strip-frontmatter.sh from .workaholic/stories/<branch-name>.md/tmp/pr-body.mdA reusable script for removing YAML frontmatter from any markdown file:
bash ${CLAUDE_PLUGIN_ROOT}/skills/create-pr/sh/strip-frontmatter.sh <file>
Outputs clean markdown body to stdout. Handles files with frontmatter, without frontmatter (pass-through), and empty files. Only strips frontmatter starting on line 1 — content --- separators elsewhere are preserved.
Exactly one line:
PR created: <URL>
or
PR updated: <URL>
This output format is required by the story command.