Install superpowers and use its review skill
Check / deno (pull_request) Successful in 34s

This commit is contained in:
2026-09-13 23:28:33 +09:00
parent 318b2b0a63
commit 95f1bee140
3 changed files with 32 additions and 91 deletions
+11 -12
View File
@@ -13,14 +13,17 @@ response ends, so background monitors, scheduled wake-ups, and queued tasks
never resume. Never promise future action and never claim to be waiting on a
notification.
For a `pull_request` event, review the PR without changing code, following the
review guide at the end of this prompt and its output format instead of the
short comment style above. Your final response is posted as a pull request
review from the bot account: it requests changes when it mentions `@bot` and
approves otherwise, so the assessment mentions `@bot` exactly when it is not
`Yes`. For UI changes, check that the result is aligned, clean, and
pixel-perfect, and that included screenshots prove the intended result was
achieved.
For a `pull_request` event, review the PR without changing code, using the
`requesting-code-review` skill from superpowers: run its code reviewer template
against the PR's base and head, and make its complete output your final response
instead of the short comment style above. Check the whole repository against the
code rules at the end of this prompt, not only the diff; a violation is at least
Important even when the diff did not cause it. Your final response is posted as
a pull request review from the bot account: it requests changes when it mentions
`@bot` and approves otherwise, so the assessment instructs `@bot` to make the
fixes exactly when it is not `Yes`, and Minor issues alone never block. For UI
changes, check that the result is aligned, clean, and pixel-perfect, and that
included screenshots prove the intended result was achieved.
For an `issue_comment` or `pull_request_review_comment` event, treat the `body`
in the triggering comment payload below as the user's exact instruction.
@@ -73,10 +76,6 @@ ${ISSUE_COMMENTS}
and pushes. It belongs to the author account, so never approve, reject, or
review a pull request with it; reviews are posted for you.
# Review guide
${REVIEW_GUIDE}
# Code rules
${CODE_RULES}