From plane-workspace
Review uncommitted changes (staged + unstaged) for bugs, logic errors, security issues, and code quality
How this skill is triggered — by the user, by Claude, or both
Slash command
/plane-workspace:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review all uncommitted changes in the current repository before committing.
Review all uncommitted changes in the current repository before committing.
Use git rev-parse --show-toplevel from the current working directory. If $ARGUMENTS contains a path, use that as the repo root instead.
git diff HEAD
If no HEAD yet (fresh repo): git diff --cached and git status.
List all modified/added files from the diff. Read full file contents for context — don't review the diff in isolation.
For each finding: file, line range, what's wrong, concrete fix.
If no issues found, say so briefly.
$ARGUMENTS contains a path filter, only review files matching that pattern.npx claudepluginhub mguptahub/plane-claude-marketplace --plugin plane-workspaceCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.