claude-workflow-skills
Common Claude Code workflow skills — promote, audit-plugin, audit-standards, improve, and triage
Installation
Open Claude Code and run this command:
/plugin install claude-workflow-skills@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Common workflow skills for Claude Code sessions. Install once via the
ali5ter plugin marketplace and invoke with / in any
Claude Code session.
Skills (6)
Performs a deep review of the Claude Code plugin, skill, or sub-agent defined in the current project against official best practices.
Audits the current project against the development standards defined in ~/.
Analyses the current project across code quality, feature gaps, documentation, security, competitive landscape, and monetisation opportunities, then files prioritised GitHub issues.
Runs the full release workflow for the current project.
Reviews an open pull request against coding standards, security, and test coverage, then posts a structured review comment and either approves or requests changes.
Validates all open GitHub issues, closes invalid ones with documentation, flags complex ones for planning discussion, then fixes and promotes remaining issues.
How It Works
Each skill is invoked with its / prefix from any Claude Code session:
/promote
/audit-plugin
/audit-standards
/improve
All skills have disable-model-invocation: true — they must be invoked explicitly via their /
prefix. Claude will not fire them automatically, even if the conversation matches a trigger phrase.
This prevents accidental side effects (commits, issue creation, PR reviews) without explicit user
intent.
Recognised trigger phrases (for reference — always invoke manually):
| Skill | Trigger phrases |
|---|---|
/promote |
"ship this", "release", "get back to main", "tag and release" |
/audit-plugin |
"audit this plugin", "review this skill", "check this agent" |
/audit-standards |
"audit standards", "check standards compliance", "audit against settings" |
/improve |
"improve this", "analyse this project", "find improvements", "fill the backlog" |
/triage |
"triage issues", "validate issues", "fix issues", "work through the backlog" |
/review-pr |
"review this PR", "check the PR", "look at PR #N", "review pull request" |