plugins/standards/skills/analyze-policy/SKILL.md
Generic framework for policy-based repository analysis. Provides output templates, inference guidelines, and context gathering scripts.
npx skillsauth add qmu/workaholic analyze-policyInstall 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.
Generic framework for analyzing a repository from a specific policy domain. Policy domain definitions (prompts, sections) are provided by the caller.
Run the bundled script to collect policy-specific information:
bash ${CLAUDE_PLUGIN_ROOT}/skills/analyze-policy/scripts/gather.sh <policy-slug> [base-branch]
Default base branch is main.
Each policy produces a document following this structure:
---
title: <Policy Name> Policy
description: <policy description>
category: developer
modified_at: <ISO 8601 datetime>
commit_hash: <from context>
---
# <Policy Name> Policy
<introductory paragraph explaining the policy's scope>
## <Section 1 from policy definition>
<content with analysis>
## <Section 2 from policy definition>
<content with analysis>
...
## Observations
<what was found in the codebase>
## Gaps
<areas where no evidence was found, marked as "not observed">
[Explicit]/[Inferred] or any other badge prefixes. If something is documented here, it is implemented. If it is not implemented, it does not belong here.Required for every policy file (follows write-spec conventions):
---
title: <Policy Name> Policy
description: <brief description>
category: developer
modified_at: <ISO 8601 datetime>
commit_hash: <from context COMMIT section>
---
test.md, security.md.workaholic/policies/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.