github-ops
26
总安装量
2
周安装量
#14237
全站排名
安装命令
npx skills add https://github.com/oimiragieo/agent-studio --skill github-ops
Agent 安装分布
clawdbot
1
github-copilot
1
Skill 文档
GitHub Ops Skill
ð ï¸ CLI Tools
We use gh (GitHub CLI) for all operations.
ð Pull Requests
Create PR
git push -u origin feature-branch
gh pr create --title "feat: description" --body "Summary of changes..."
Checkout PR
gh pr checkout <number>
Review PR
gh pr diff
gh pr review --approve
ð Issues
List Issues
gh issue list --limit 5
Create Issue
gh issue create --title "Bug: ..." --body "Reproduction steps..."
ð¤ Context Optimization
Instead of dumping the entire JSON of an issue, use:
gh issue view <number> --json title,body,comments
This restricts the output to relevant fields only.
Memory Protocol (MANDATORY)
Before starting:
Read .claude/context/memory/learnings.md
After completing:
- New pattern ->
.claude/context/memory/learnings.md - Issue found ->
.claude/context/memory/issues.md - Decision made ->
.claude/context/memory/decisions.md
ASSUME INTERRUPTION: If it’s not in memory, it didn’t happen.