← Back to Skills Marketplace
inksnowhailong

tvs-pullread

by inksnowhailong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
164
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tvs-pullread
Description
分析远程代码变更,既能对比本地差异,也能深入解释远程变更的具体实现和业务逻辑。聚焦业务/功能层面(而非逐文件列出所有改动),帮助开发者快速理解 PR/拉取的实质内容,并可深入解读任何感兴趣的变更细节。分析后主动询问是否合并,以及是否需要协助处理冲突。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tvs-pullread
  3. After installation, invoke the skill by name or use /tvs-pullread
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tvs-pullread
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is tvs-pullread?

分析远程代码变更,既能对比本地差异,也能深入解释远程变更的具体实现和业务逻辑。聚焦业务/功能层面(而非逐文件列出所有改动),帮助开发者快速理解 PR/拉取的实质内容,并可深入解读任何感兴趣的变更细节。分析后主动询问是否合并,以及是否需要协助处理冲突。 It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install tvs-pullread?

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

Is tvs-pullread free?

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

Which platforms does tvs-pullread support?

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

Who created tvs-pullread?

It is built and maintained by inksnowhailong (@inksnowhailong); the current version is v1.0.0.

💬 Comments