← 返回 Skills 市场
tvs-pullread
作者
inksnowhailong
· GitHub ↗
· v1.0.0
· MIT-0
164
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tvs-pullread
功能描述
分析远程代码变更,既能对比本地差异,也能深入解释远程变更的具体实现和业务逻辑。聚焦业务/功能层面(而非逐文件列出所有改动),帮助开发者快速理解 PR/拉取的实质内容,并可深入解读任何感兴趣的变更细节。分析后主动询问是否合并,以及是否需要协助处理冲突。
安全使用建议
This skill is instruction-only and appears to do only what it says: read git diffs/commit messages and summarize business-level changes. Before using it, remember: 1) the agent (or your local environment) will need read access to your repository and may run git commands — ensure you are comfortable with that access; 2) fetching remotes can require SSH keys or tokens that live in your environment (the skill won't ask for them explicitly); 3) never paste private repository content to third-party services unless you're okay sharing that code; and 4) because the skill cannot autonomously invoke the model (disable-model-invocation: true), it will only act when you run it. If you want extra assurance, run git fetch/diff yourself and paste only the minimal diff/snippets you want analyzed rather than giving full repository access.
功能分析
Type: OpenClaw Skill
Name: tvs-pullread
Version: 1.0.0
The tvs-pullread skill is a developer tool designed to analyze and summarize Git diffs and pull requests at a functional/business level. It instructs the agent to use standard Git commands (git fetch, git diff, git log) to retrieve code changes and provides a structured summary for the user, including impact assessments and conflict warnings. No malicious intent, data exfiltration, or unauthorized execution patterns were identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description promise to analyze remote code changes and explain business/functional impact; SKILL.md only asks the agent to read diffs/commit messages and infer intent—this is coherent with the stated purpose. It does not request unrelated credentials or system access.
Instruction Scope
Instructions ask the agent to run git commands (git fetch, git diff, git log) or to request git diff output from the user. That is expected for a PR/remote-diff reviewer. The doc references reading repo files (e.g., CLAUDE.md or code structure) which is within scope. Users should note that performing these steps means the agent will read repository files and commit history (sensitive IP).
Install Mechanism
No install spec and no code files — lowest risk. Nothing will be downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables or credentials, which matches an instruction-only reviewer. However, to actually fetch remote branches the runtime may need existing Git remote access (SSH keys/HTTP tokens) present in the user's environment; the skill does not ask for or store credentials itself.
Persistence & Privilege
disable-model-invocation is true (the skill cannot autonomously call the model), and always is false. The skill does not request persistent presence or modify other skill/system configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tvs-pullread - 安装完成后,直接呼叫该 Skill 的名称或使用
/tvs-pullread触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release offering in-depth business-level analysis of remote code changes.
- Summarizes code changes from a functional/business perspective rather than file-by-file.
- Automatically highlights key business or feature impacts (API, process, UI, etc.) with risk and testing suggestions.
- Offers concise overviews plus optional deep-dive explanations of specific changes.
- Warns about potential merge conflicts based on diff context.
- Guides users through merge decisions and assists with conflict resolution if needed.
元数据
常见问题
tvs-pullread 是什么?
分析远程代码变更,既能对比本地差异,也能深入解释远程变更的具体实现和业务逻辑。聚焦业务/功能层面(而非逐文件列出所有改动),帮助开发者快速理解 PR/拉取的实质内容,并可深入解读任何感兴趣的变更细节。分析后主动询问是否合并,以及是否需要协助处理冲突。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。
如何安装 tvs-pullread?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tvs-pullread」即可一键安装,无需额外配置。
tvs-pullread 是免费的吗?
是的,tvs-pullread 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tvs-pullread 支持哪些平台?
tvs-pullread 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tvs-pullread?
由 inksnowhailong(@inksnowhailong)开发并维护,当前版本 v1.0.0。
推荐 Skills