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

  1. Bot author (n8n-cat-bot / aikido-autofix) → cleanup-only, no review. See "Internal automation PRs" below.
  2. Auto-rejection screen matches (typo-only / unsanctioned new node) → action path D — close with the matching template.
  3. All checks pass (readyForReview === true) → action path B — triage to team.
  4. 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
Installs
17
Repository
n8n-io/n8n
GitHub Stars
194.1K
First Seen
11 days ago
n8n:community-pr-readiness-check — n8n-io/n8n