← Back to Skills Marketplace
drumrobot

Consolidate

by es6kr · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
69
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install consolidate
Description
Consolidate and respond to external feedback on PRs/issues. pr-review - review AI bot feedback (CodeRabbit, Copilot) and post summary comments [pr-review.md]...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install consolidate
  3. After installation, invoke the skill by name or use /consolidate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: PR review consolidation for AI bot feedback (CodeRabbit, Copilot)
Metadata
Slug consolidate
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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]... It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install Consolidate?

Run "/install consolidate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Consolidate free?

Yes, Consolidate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Consolidate support?

Consolidate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Consolidate?

It is built and maintained by es6kr (@drumrobot); the current version is v0.1.0.

💬 Comments