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.
npx claudepluginhub skaisser/blueprint-pluginThis skill uses the workspace's default tool permissions.
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.
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.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Share bugs, ideas, or general feedback.
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.