← 返回 Skills 市场
69
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install consolidate
功能描述
Consolidate and respond to external feedback on PRs/issues. pr-review - review AI bot feedback (CodeRabbit, Copilot) and post summary comments [pr-review.md]...
使用说明 (SKILL.md)
Consolidate
Consolidate and respond to external feedback on PRs and issues.
Topics
| Topic | Description | Guide |
|---|---|---|
| pr-review | Review AI bot feedback and post summary comments | pr-review.md |
Quick Reference
PR Review
Review CodeRabbit/Copilot feedback on a PR, decide what to act on, and post an AI Review Summary comment.
See detailed guide.
安全使用建议
This skill appears to do what it says — consolidate AI bot PR reviews and post summaries — but you should not install it silently. Before using, verify the runtime environment: ensure gh and git are intentionally available and authenticated. Prefer giving the skill a least-privilege GitHub token (or require interactive gh login) rather than broad account tokens. Test on a fork or non-critical repo first. Note that the skill can run shell commands and edit files (AskUserQuestion + Bash + Edit + Write are allowed), so confirm the agent's behavior and that interactive approvals are enforced. If you need stricter safety, ask the author to: (1) declare required binaries and env vars (gh/git, GITHUB_TOKEN), (2) add a dry-run mode, and (3) limit token scope and document exactly what commands will run.
功能分析
Type: OpenClaw Skill
Name: consolidate
Version: 0.1.0
The 'consolidate' skill is designed to manage AI-generated PR feedback from tools like CodeRabbit and Copilot. It follows a well-defined workflow in 'pr-review.md' that includes explicit safeguards, such as requiring user approval via 'AskUserQuestion' before making any code changes and verifying branch ownership before pushing commits. The use of the GitHub CLI (gh) and Bash tools is consistent with its stated purpose, and no indicators of malicious intent or data exfiltration were found.
能力评估
Purpose & Capability
The name/description match the runtime instructions: the skill collects AI bot review comments, classifies them, optionally makes fixes with explicit user approval, and posts an AI Review Summary. That purpose legitimately requires interacting with git/GitHub and editing repository files. However, the skill does not declare any required binaries (gh, git) even though the instructions rely heavily on them.
Instruction Scope
SKILL.md and pr-review.md are narrowly focused on PR review consolidation: identify PR, collect comments via gh, classify AI feedback, ask the user whether to fix, optionally apply edits, and post a summary. The instructions explicitly require user approval before fixes or pushes and mandate branch-ownership checks. There are no instructions to exfiltrate data to third-party endpoints beyond GitHub.
Install Mechanism
No install spec or code is included (instruction-only), which minimizes disk writes. But the skill implicitly depends on external CLIs (gh, git) and a configured environment — this dependency is not declared, which could lead to surprising behavior at runtime.
Credentials
The skill will need GitHub API access and ability to push commits (gh/git + auth) to perform its tasks, yet requires.env and primary credential fields are empty. Allowed tools include Bash, Read, Write, and Edit, which permit arbitrary shell and file operations in the repository. The absence of an explicit GITHUB_TOKEN/GH_TOKEN or a note about required gh auth is an important omission and increases risk if the agent runs with broad credentials.
Persistence & Privilege
The skill is not always-on and does not request system-wide persistence or modify other skills. Autonomous invocation is enabled by default (normal for skills), but the instructions demand explicit user approval before making commits or pushes, limiting autonomous destructive actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install consolidate - 安装完成后,直接呼叫该 Skill 的名称或使用
/consolidate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: PR review consolidation for AI bot feedback (CodeRabbit, Copilot)
元数据
常见问题
Consolidate 是什么?
Consolidate and respond to external feedback on PRs/issues. pr-review - review AI bot feedback (CodeRabbit, Copilot) and post summary comments [pr-review.md]... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。
如何安装 Consolidate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install consolidate」即可一键安装,无需额外配置。
Consolidate 是免费的吗?
是的,Consolidate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Consolidate 支持哪些平台?
Consolidate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Consolidate?
由 es6kr(@drumrobot)开发并维护,当前版本 v0.1.0。
推荐 Skills