github-ops

📁 oimiragieo/agent-studio 📅 Jan 27, 2026
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.