← 返回 Skills 市场
746
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install git-hub-issus
功能描述
Local git operations for project management. Use when: (1) creating branches for new features/issues, (2) committing and pushing code, (3) pulling latest cha...
使用说明 (SKILL.md)
Git Ops Skill
Local git operations for managing project code.
Branch Naming Convention
For new features/issues, create branches with pattern:
feature/issue-{number}-{brief-description}
For bug fixes:
fix/issue-{number}-{brief-description}
Standard Workflow
Start new feature from an issue
cd /path/to/project
git checkout main
git pull origin main
git checkout -b feature/issue-1-add-dark-mode
After coding is done
git add -A
git commit -m "feat: add dark mode support (closes #1)"
git push -u origin feature/issue-1-add-dark-mode
Create PR/MR after push
- GitHub: use
githubskill →gh pr create - GitLab: use
gitlab-opsskill →glab mr create
Common Commands
# Status
git status
git log --oneline -10
git diff
git diff --staged
# Branch management
git branch -a
git checkout main
git checkout -b feature/xxx
git branch -d old-branch
# Sync
git pull origin main
git fetch --all
git rebase main
# Stash
git stash
git stash pop
git stash list
Known Project Paths
| Project | Path | Remote |
|---|---|---|
| yeahmobiEverything | /Users/zhujinqi/Documents/javacode/learn/yeahmobiEverything | GitHub (zhulaoqi) |
| ad-pex-ai | TBD | GitLab (ad-pex/ad-pex-ai) |
Commit Message Convention
Use conventional commits:
feat:new featurefix:bug fixrefactor:code refactoringstyle:UI/style changesdocs:documentationchore:maintenance
Notes
- Always pull latest before creating new branches
- Never force push to main/master
- Ask user before any destructive operations (reset --hard, force push)
安全使用建议
This skill is an instruction-only Git helper and is internally coherent, but review the following before installing or invoking it: (1) Ensure git is available on your system — the SKILL.md assumes git but the skill doesn't declare it as required. (2) The file lists specific local project paths and a GitHub username — verify these aren't sensitive for you and be cautious that an agent executing commands could operate on local repositories. (3) The skill references potentially destructive commands (rebase, reset, force-push); the document says to ask first, so require explicit confirmation before allowing the skill or agent to run such commands. (4) If you plan to use the referenced github/gitlab skills for PR/MR creation, those other skills will likely need credentials — check their requirements separately. If you want stricter safety, only invoke this skill interactively (not autonomously) and review any generated commands before execution.
功能分析
Type: OpenClaw Skill
Name: git-hub-issus
Version: 1.0.0
The skill bundle provides standard Git operations and workflows for local project management, including branch naming conventions and safety reminders. It contains no indicators of malicious intent, data exfiltration, or prompt injection, and explicitly instructs the agent to ask the user before performing destructive operations. The presence of a specific local path in SKILL.md appears to be for the user's personal environment configuration rather than a security risk.
能力评估
Purpose & Capability
The skill's name, description, and instructions all describe local Git operations and the provided commands match that purpose. Minor mismatch: the skill does not declare that the git binary is required even though all runtime examples assume git is available.
Instruction Scope
Instructions are limited to common git commands and branch/commit workflow. Two items to note: (1) the SKILL.md contains hard-coded local project paths and a GitHub username (possible PII or environment-specific data) which are informational but could confuse an agent into operating on those paths; (2) the instructions tell the agent to run potentially destructive commands (e.g., rebase, reset, force push guidance) but do explicitly advise asking the user before destructive operations.
Install Mechanism
No install spec and no code files — lowest-risk delivery. Nothing will be written to disk by the skill itself.
Credentials
The skill requests no environment variables or credentials. This is proportionate to a local git operations helper. Note: the SKILL.md references other skills (github, gitlab-ops) which, if used, may require separate credentials.
Persistence & Privilege
The skill is not always-enabled and does not request system or cross-skill configuration changes. Normal autonomous invocation is allowed (platform default) but not escalated by this skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install git-hub-issus - 安装完成后,直接呼叫该 Skill 的名称或使用
/git-hub-issus触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
他可以将issus识别为需求并操作claudecode进行开发
元数据
常见问题
git-hub-issus 是什么?
Local git operations for project management. Use when: (1) creating branches for new features/issues, (2) committing and pushing code, (3) pulling latest cha... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 746 次。
如何安装 git-hub-issus?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install git-hub-issus」即可一键安装,无需额外配置。
git-hub-issus 是免费的吗?
是的,git-hub-issus 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
git-hub-issus 支持哪些平台?
git-hub-issus 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 git-hub-issus?
由 zhulaoqi(@zhulaoqi)开发并维护,当前版本 v1.0.0。
推荐 Skills