← 返回 Skills 市场
jasonyuezhang

Propel Code Review Smoke

作者 Jason (Yue) Zhang · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ⚠ suspicious
265
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install propel-code-review-smoke-1773429953
功能描述
Run async diff-based code reviews using the Propel Review API, poll for completion, retrieve structured findings, and send comment feedback. Use when reviewi...
安全使用建议
This skill appears to do exactly what it claims: gather a git diff and send it to Propel’s production API, poll for results, and post feedback. Before installing or running it, consider: 1) You will be sending repository diffs and metadata to https://api.propelcode.ai — only run this against code you are comfortable sharing with that service. 2) The SKILL.md suggests persistently saving PROPEL_API_KEY to your shell rc (e.g., ~/.bashrc or ~/.zshrc); if you prefer not to store a long-lived token on disk, export the token only in your session or use a short-lived/limited-scope token. 3) The smoke-test will perform three API calls (including a malformed token case) that will transmit the diff — run it in a non-sensitive repo or verify repository selection before running. 4) The scripts optionally call gh commands to discover repo/branch; if you don’t want that, pass explicit --repo/--base-branch arguments. Review the included scripts yourself (they are plain Bash) if you want to inspect or alter the token-persistence behavior prior to use.
功能分析
Type: OpenClaw Skill Name: propel-code-review-smoke-1773429953 Version: 0.0.1 The skill bundle automates code reviews via the Propel API (api.propelcode.ai) but exhibits high-risk behaviors. Specifically, SKILL.md instructs the agent to persist the PROPEL_API_KEY by appending it to the user's shell configuration files (~/.bashrc or ~/.zshrc) and directs the agent to autonomously incorporate code fixes and submit feedback to the API without user confirmation. While these features are aligned with the stated purpose of the tool, the combination of automated codebase modification and shell-level persistence without explicit user oversight poses a significant security risk.
能力评估
Purpose & Capability
Name/description, required binaries (curl, git, jq), required env (PROPEL_API_KEY), and included scripts all align with submitting a git diff to a remote review API, polling for results, and posting feedback. The skill operates on repo diffs and uses the canonical api.propelcode.ai endpoint as documented.
Instruction Scope
Runtime instructions and scripts limit actions to collecting a git diff, calling the Propel API endpoints, polling results, and posting feedback. The SKILL.md instructs opening a token creation page in the browser and persisting the token into a shell rc file (it provides a single-shell command that appends export PROPEL_API_KEY to ~/.bashrc or ~/.zshrc and exports it into the session). Persisting a long-lived token to a dotfile is expected for convenience but is a lasting change the user should be aware of.
Install Mechanism
Instruction-only skill with included helper scripts; there is no network install step that downloads or executes arbitrary third-party code. Scripts are plain Bash and operate locally. This is low risk from an install-mechanism perspective.
Credentials
Only PROPEL_API_KEY (and optional PROPEL_API_BASE_URL/PROPEL_API_URL overrides) are required. Those variables are appropriate and proportionate for calling the Propel Review API. No unrelated credentials or broad system secrets are requested.
Persistence & Privilege
The skill does not request platform-level privileges or always-on execution. However, it explicitly instructs saving the PROPEL_API_KEY into the user’s shell profile (~/.bashrc or ~/.zshrc), which persistently stores the token on disk. That is expected for CLI workflows but is a persistent change the user must consent to.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install propel-code-review-smoke-1773429953
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /propel-code-review-smoke-1773429953 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Smoke test publish
元数据
Slug propel-code-review-smoke-1773429953
版本 0.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Propel Code Review Smoke 是什么?

Run async diff-based code reviews using the Propel Review API, poll for completion, retrieve structured findings, and send comment feedback. Use when reviewi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 265 次。

如何安装 Propel Code Review Smoke?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install propel-code-review-smoke-1773429953」即可一键安装,无需额外配置。

Propel Code Review Smoke 是免费的吗?

是的,Propel Code Review Smoke 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Propel Code Review Smoke 支持哪些平台?

Propel Code Review Smoke 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Propel Code Review Smoke?

由 Jason (Yue) Zhang(@jasonyuezhang)开发并维护,当前版本 v0.0.1。

💬 留言讨论