From blueprint
Trigger @claude PR review on a Pull Request via GitHub Actions. Use this skill whenever the user says "/review", "review the PR", "code review", "trigger review", or any request to get an automated code review on a PR. Also triggers on "claude review", "run review", or "check the PR". Posts a comment mentioning @claude which triggers the GitHub Action.
How this skill is triggered — by the user, by Claude, or both
Slash command
/blueprint:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `blueprint/.config.yml` → `language`. If `auto`, detect from the user's messages. All generated content MUST be in the detected language. Skill instructions stay in English — only output changes.
Read blueprint/.config.yml → language. If auto, detect from the user's messages. All generated content MUST be in the detected language. Skill instructions stay in English — only output changes.
Trigger mention-based PR review on a Pull Request.
CRITICAL GUARDRAILS:
/plan → /plan-review → /plan-approved → /plan-check → /pr → /review → /address-pr → /finish
$ARGUMENTS provided, use it as PR numbergh pr view --json number -q .numberIf no PR found, STOP: "No open PR found. Create one with /pr first."
Then trigger the review:
gh pr comment <PR_NUMBER> --body "@claude review this PR and check if we are able to merge. Analyze the code changes for any issues, security concerns, or improvements needed."
If the comment fails (non-zero exit), STOP and report the error.
Check that the GitHub Action workflow was triggered:
gh run list --workflow=claude-pr-reviewer.yml --limit=1 --json status,createdAt,event -q '.[0]'
Report the run status. If no run found, note that the action may take a moment to start or may not be configured.
Confirm review was triggered and provide the PR link. Review usually appears within 2-5 minutes.
STOP. You MUST use AskUserQuestion tool here.
Use $ARGUMENTS as PR number if provided.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub skaisser/blueprint-plugin