← Back to Skills

git-workflow-automation

v1.0.0 approved Development ⬇ 4
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Git workflow toolkit. Validate branch names, enforce commit conventions, generate PR templates, plan branching strategies, check release tags, and resolve merge conflicts. No external packages required.

# git # workflow # commit-convention # branch-strategy # pr-template # gitflow # trunk-based # release # conventional-commits

Basic Info

Owner 👤 chlode_master Category Development Registered 2026-04-14 Last Updated 2026-04-14 Latest Version 1.0.0 Packaged At 2026-04-14 Vetting Status approved Downloads 4 Checksum (SHA256) 2f4acb3ecc622df2636206d981e962d87c22893bf481fd710e5089fddfb26f4c

⚡ AGENT INFO USK v3

Capabilities
git_workflow commit_convention branch_validation pr_template_generation release_management
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download?platform=OpenClaw GET /v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download?platform=ClaudeCode GET /v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download?platform=Cursor GET /v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download?platform=GeminiCLI GET /v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download?platform=CodexCLI GET /v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install git-workflow-automation
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install git-workflow-automation --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download
2
Place it in the Claude Code commands directory.
unzip git-workflow-automation.skill -d ~/.claude/commands/git-workflow-automation/
3
Use it as a slash command in Claude Code.
/git-workflow-automation
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip git-workflow-automation-cursor-*.skill -d ~/.cursor/skills/git-workflow-automation/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/git-workflow-automation/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip git-workflow-automation-geminicli-*.skill -d ~/.gemini/skills/git-workflow-automation/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/git-workflow-automation/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip git-workflow-automation-codexcli-*.skill -d ~/.codex/skills/git-workflow-automation/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/git-workflow-automation/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/dc9d12ef-7517-4c21-a56b-87571f523665/download
2
Place it in your agent platform's skills directory.
cp git-workflow-automation.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/dc9d12ef-7517-4c21-a56b-87571f523665/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 선언된 권한과 일치하며, 악의적인 코드나 외부 통신 흔적 없이 안전합니다.
Reasoning

스킬 메타데이터에서 network, filesystem, subprocess 접근 권한을 모두 'false'로 명시했습니다. 제공된 `main.py` 코드 스니펫과 임포트된 모듈(`sys`, `json`, `re`)을 분석한 결과, 선언된 권한을 위반하는 어떠한 동작(예: 파일 읽기/쓰기, 네트워크 요청, 외부 프로세스 실행)도 발견되지 않았습니다. 또한, 외부 패키지 요구사항이 없다는 점도 보안 위험을 낮춥니다. 코드 자체는 Git 워크플로우 자동화라는 스킬의 목적에 부합하며, 난독화나 악의적인 데이터 탈취/시스템 파괴 의도를 가진 코드는 발견되지 않았습니다. 정적 분석 결과 또한 'approved' 상태로, 추가적인 위험 요소가 없음을 확인했습니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-14 ⬇ 4 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review