Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:3,294
forks:659
updated:April 20, 2026 at 09:37
SKILL.md
| name | review-pr |
| description | Review a pull request and post structured feedback as a comment. |
| argument-hint | <PR-number> |
| allowed-tools | Read, Glob, Bash(grep:*), Bash(gh pr view:*), Bash(gh pr diff:*), Bash(gh pr comment:*) |
Review the pull request and provide structured feedback.
If given a PR number or URL, use gh pr diff <number> to get the diff and gh pr view <number> to get the description. Read any referenced issues for context.
Return feedback in this order:
nit:.Approve, Request changes, or Needs discussion.If a section has no items, omit it.
Work through each category before writing the review.
_)?Rows, Batch, and Conn values closed on every code path, including error paths?Batch lifecycle (Append โ Send or Abort) hold on every path?context.Context propagated correctly (first param, never stored in a struct)?URL, HTTP, ID โ not Url, Http, Id.self or this.context.Context stored in struct fields.panic outside of init()-style invariant checks.mixedCaps for unexported constants, not ALL_CAPS.tests/issues/issue_<N>_test.go?driver.Conn or driver.Rows for integrations tests inside root /tests/ โ use a real ClickHouse via testcontainers.clickhouse_native (Open() api returns) api and std api (OpenDB() api returns).Options fields safe to ignore when unset (i.e., the zero value is the sensible default)?clickhouse_native (Open() api returns) api and std api (OpenDB() api returns).