plugins/core/skills/gather-git-context/SKILL.md
Gather git context and branch data in one call.
npx skillsauth add qmu/workaholic gather-git-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Gathers all context needed for documentation subagents in a single shell script call.
bash ${CLAUDE_PLUGIN_ROOT}/skills/gather-git-context/scripts/gather.sh
JSON with all context values:
{
"branch": "feature-branch-name",
"base_branch": "main",
"repo_url": "https://github.com/owner/repo",
"archived_tickets": [".workaholic/tickets/archive/branch/ticket1.md", "..."],
"git_log": "abc1234 First commit\\ndef5678 Second commit"
}
main)documentation
Release note content structure and guidelines for GitHub Releases.
testing
Ship workflow - merge PR, deploy via CLAUDE.md, and verify production.
development
Generate branch-story sections 4-7 (Outcome, Historical Analysis, Concerns, Successful Development Patterns) from archived tickets and carry-over verdicts. Used by the report workflow when assembling a PR story.
business
Story writing, PR creation, and release readiness assessment for branch reporting.