claude-workflow-skills

productivity v1.7.1 by Alister Lewis-Bowen

Common Claude Code workflow skills — promote, audit-plugin, audit-standards, improve, and triage

MIT License
Free Pricing

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)

audit-plugin SKILL.md View full skill →

Performs a deep review of the Claude Code plugin, skill, or sub-agent defined in the current project against official best practices.

Read Glob Grep Bash WebSearch WebFetch
audit-standards SKILL.md View full skill →

Audits the current project against the development standards defined in ~/.

Read Glob Grep Bash
improve SKILL.md View full skill →

Analyses the current project across code quality, feature gaps, documentation, security, competitive landscape, and monetisation opportunities, then files prioritised GitHub issues.

Read Glob Grep Bash WebSearch WebFetch
promote SKILL.md View full skill →

Runs the full release workflow for the current project.

Bash
review-pr SKILL.md View full skill →

Reviews an open pull request against coding standards, security, and test coverage, then posts a structured review comment and either approves or requests changes.

Read Glob Grep Bash
triage SKILL.md View full skill →

Validates all open GitHub issues, closes invalid ones with documentation, flags complex ones for planning discussion, then fixes and promotes remaining issues.

Read Glob Grep Bash Edit Write

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"

Ready to use claude-workflow-skills?

View on GitHub

Related Plugins