在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用review
星标1
分支0
更新时间2026年5月28日 06:27
Review the current PR (uses gh CLI).
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Review the current PR (uses gh CLI).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Help build/debug DeepSeek API usage (openai-compatible).
Run a command on a recurring interval (poll CI etc.).
Read/extract/combine/split PDFs.
Launch this project's app to see a change in action.
Schedule a one-off or cron task via DeepCode's daemon.
Help author a new skill — frontmatter + body + best-trigger description.
| name | review |
| description | Review the current PR (uses gh CLI). |
Review a GitHub pull request: pull the diff via gh, run code-review
checklist, post or summarize findings.
#N → gh pr view N --json title,body,baseRefName,headRefName.gh pr view --json ... (detects from HEAD).gh pr diff <N> (or git diff <baseRef>...HEAD if local).code-review skill — bug / latent / suggestion findings
with file:line cites.security-review if the diff touches auth / file paths /
exec / HTTP / serialization.gh pr comment <N> --body "...".gh api with a review payload (advanced).Reviewing PR #42: "Add /init multi-phase flow"
Found 3 issues:
· BUG apps/cli/src/repl.ts:147 — initFlow promise resolves before file
write completes; user sees "OK" then file is half-written if Ctrl+C.
· TEST GAP apps/cli/src/headless.test.ts — no test for `--json-schema`
happy path; only error paths covered.
· STYLE apps/cli/src/commands.ts:222 — unused `_args`; drop the prefix.
Verdict: changes-requested. Ready to push these to the PR comments? [y/n]