plugins/work/skills/check-deps/SKILL.md
Verify required plugin dependencies are installed.
npx skillsauth add qmu/workaholic check-depsInstall 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.
Verify that required plugin dependencies (core) are installed before running commands.
bash ${CLAUDE_PLUGIN_ROOT}/skills/check-deps/scripts/check.sh
{"ok": true}
Or if missing:
{"ok": false, "missing": ["core"], "message": "..."}
ok: Boolean indicating all dependencies are satisfiedmissing: Array of missing plugin namesmessage: Human-readable instruction for the userCommands should run this check early and stop with the message if ok is false.
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.