← Back to Skills

diff-summarizer

v1.0.0 approved Development ⬇ 1 ↑ 1/7d updated today
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o diff-summarizer.skill   "https://aiskillstore.io/v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "b8dd2125-7aff-41a5-b7f7-bdd974cc1f22",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

Parse unified git diffs into structured JSON, generate bilingual (EN+KO) summaries, classify change impact, and detect anti-patterns — zero external dependencies.

# git # diff # code-review # devops # korean # development

Basic Info

Owner 👤 aiskillstore-team Category Development Registered 2026-04-30 Last Updated 2026-04-30 Latest Version 1.0.0 Packaged At 2026-04-30 Vetting Status approved Downloads 1 Checksum (SHA256) f36ce4075ff24322b12e7329cec57da0e8deb520371a6e896e114577a88c8c6e

⚡ AGENT INFO USK v3

Capabilities
unified_diff_parsing bilingual_change_summary impact_risk_classification diff_anti_pattern_audit korean_language_support
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=OpenClaw GET /v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=ClaudeCode GET /v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=Cursor GET /v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=GeminiCLI GET /v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=CodexCLI GET /v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=CustomAgent

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install diff-summarizer
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install diff-summarizer --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download
2
Place it in the Claude Code commands directory.
unzip diff-summarizer.skill -d ~/.claude/commands/diff-summarizer/
3
Use it as a slash command in Claude Code.
/diff-summarizer
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip diff-summarizer-agent-skill-*.skill -d ~/.claude/skills/diff-summarizer/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip diff-summarizer-cursor-*.skill -d ~/.cursor/skills/diff-summarizer/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/diff-summarizer/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip diff-summarizer-geminicli-*.skill -d ~/.gemini/skills/diff-summarizer/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/diff-summarizer/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip diff-summarizer-codexcli-*.skill -d ~/.codex/skills/diff-summarizer/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/diff-summarizer/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/download
2
Place it in your agent platform's skills directory.
cp diff-summarizer.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/b8dd2125-7aff-41a5-b7f7-bdd974cc1f22/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result APPROVED

Findings: ["메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)"]

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 제출된 스킬은 선언된 권한을 준수하며, 악의적인 코드나 외부 통신 없이 안전하게 동작합니다.
Reasoning

스킬 메타데이터와 코드 파일을 종합적으로 검토한 결과, 다음과 같은 판단을 내렸습니다. 1. **권한 일치 여부**: 스킬 메메타데이터에 `permissions` 필드는 `network: false`, `filesystem: false`, `subprocess: false`, `env_vars: []`로 명시되어 있습니다. 코드 분석 결과, `requests`, `urllib`, `socket` 등 네트워크 관련 모듈, `open()`, `shutil` 등 파일 시스템 접근 모듈, `subprocess`, `os.system` 등 외부 프로세스 실행 모듈이 전혀 사용되지 않았습니다. `os` 모듈은 `main.py`에서 `sys.path`를 설정하기 위한 `os.path.dirname` 및 `os.path.abspath` 용도로만 사용되어, 일반적인 파일 시스템 접근으로 간주되지 않습니다. 환경 변수 접근도 없습니다. 선언된 권한과 실제 코드가 완벽하게 일치합니다. 2. **악의적 목적 코드**: 코드에서 데이터 탈취, 시스템 파괴, 난독화 등 악의적인 목적으로 의심될 만한 부분은 발견되지 않았습니다. 코드는 명확하고 가독성이 높으며, 스킬의 설명에 부합하는 diff 파싱, 요약, 영향 분석, 감사 기능을 순수하게 구현하고 있습니다. 3. **선언되지 않은 외부 통신**: 코드 내에서 어떠한 형태의 외부 통신도 시도하지 않습니다. 모든 처리는 스킬 패키지 내부에서만 이루어집니다. 4. **사용자 데이터 무단 수집/전송**: 스킬은 `stdin`으로 입력받은 `diff_text`를 처리하고 `stdout`으로 결과를 JSON 형태로 반환하는 `stdin_stdout` 패턴을 따릅니다. 이 과정에서 사용자 데이터를 무단으로 수집하거나 외부로 전송하는 행위는 없습니다. 5. **코드 품질**: 코드는 모듈화가 잘 되어 있고, 각 파일은 명확한 역할을 수행합니다. 입력 유효성 검사(`_require_str`, `_optional_int`, `_optional_str`)가 구현되어 있어 견고성을 높였습니다. `ParseError`와 같은 커스텀 예외 처리도 잘 되어 있습니다. 'zero external dependencies'라는 설명처럼 Python 표준 라이브러리(`json`, `sys`, `os`, `re`) 외의 외부 라이브러리 사용은 없습니다. 이는 보안 측면에서 매우 긍정적입니다. 정적 분석 결과 또한 'approved' 상태이며, 레드 플래그, 난독화 경고, 금지된 실행 파일이 발견되지 않았습니다. 전반적으로 이 스킬은 안전하며, 명시된 기능을 충실히 수행합니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-30 ⬇ 1

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review