n8n:community-pr-readiness-check
Installation
SKILL.md
Community PR Readiness Check
Given a PR number or branch name, determine whether it is ready for human review and take the right follow-up action.
Decision tree
- Bot author (
n8n-cat-bot/aikido-autofix) → cleanup-only, no review. See "Internal automation PRs" below. - Auto-rejection screen matches (typo-only / unsanctioned new node) → action path D — close with the matching template.
- All checks pass (
readyForReview === true) → action path B — triage to team. - One or more checks fail → action path A (if title is minor-fix only) then C — post comment.
Step 1 — Resolve the PR
If given a branch name, find the PR number first:
gh pr view <branch> --repo n8n-io/n8n --json number --jq .number