github-workflow — community github-workflow, opencode-chinese, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for AI Agents like Cursor, Windsurf, and Claude Code requiring streamlined GitHub operations and version control integration. OpenCode 中文汉化版 - Community Chinese Localization of OpenCode AI coding agent

jaraim jaraim
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The github-workflow skill by jaraim is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for AI Agents like Cursor, Windsurf, and Claude Code requiring streamlined GitHub operations and version control integration.

Core Value

Empowers agents to leverage the local GitHub MCP server for automated repository operations, utilizing Model Context Protocol and GitHub Personal Access Tokens for secure authentication, enabling seamless interactions with GitHub repositories and streamlining development workflows.

Capabilities Granted for github-workflow

Automating repository creation and management
Generating and updating GitHub workflow files
Debugging GitHub Actions and workflow runs

! Prerequisites & Limits

  • Requires GitHub MCP configuration in opencode.json
  • Needs a valid GitHub Personal Access Token
  • Dependent on local GitHub MCP server setup
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

github-workflow

OpenCode 中文汉化版 - Community Chinese Localization of OpenCode AI coding agent

SKILL.md
Readonly

GitHub Workflow Skill

Leverage the local GitHub MCP server (@modelcontextprotocol/server-github) for streamlined GitHub operations.

Prerequisites

Ensure GitHub MCP is configured in opencode.json:

json
1{ 2 "mcp": { 3 "Github": { 4 "type": "local", 5 "command": ["bun", "x", "@modelcontextprotocol/server-github"], 6 "environment": { 7 "GITHUB_PERSONAL_ACCESS_TOKEN": "your-token" 8 } 9 } 10 } 11}

Available MCP Tools

Repository Operations

  • github_search_repositories - Search GitHub repos
  • github_get_repository - Get repo details
  • github_create_repository - Create new repo
  • github_fork_repository - Fork a repo

Issue Management

  • github_list_issues - List repo issues
  • github_create_issue - Create new issue
  • github_update_issue - Update existing issue
  • github_get_issue - Get issue details
  • github_add_issue_comment - Comment on issue

Pull Request Operations

  • github_list_pull_requests - List PRs
  • github_create_pull_request - Create PR
  • github_get_pull_request - Get PR details
  • github_update_pull_request - Update PR
  • github_merge_pull_request - Merge PR
  • github_get_pull_request_files - List changed files

Code Operations

  • github_search_code - Search code across repos
  • github_get_file_contents - Get file content
  • github_create_or_update_file - Create/update file
  • github_push_files - Push multiple files

Common Workflows

Workflow 1: Create Bug Report

1. github_create_issue
   - owner: repo owner
   - repo: repository name
   - title: "[Bug] Brief description"
   - body: Detailed bug report
   - labels: ["bug"]

Workflow 2: Review and Merge PR

1. github_get_pull_request - Get PR details
2. github_get_pull_request_files - Review changes
3. github_create_pull_request_review - Submit review
4. github_merge_pull_request - Merge if approved

Workflow 3: Quick Fix & PR

1. Edit files locally
2. git add & git commit
3. git push
4. github_create_pull_request
   - title: "Fix: Description"
   - body: Change summary
   - head: feature-branch
   - base: main

Workflow 4: Find Issues to Contribute

1. github_search_repositories - Find interesting repos
2. github_list_issues - Filter by "good first issue" or "help wanted"
3. github_fork_repository - Fork the repo
4. git clone & work locally

Best Practices

  1. Use descriptive titles - Include type prefix like [Bug], [Feature], [Docs]
  2. Reference issues - Use Fixes #123 or Closes #456 in PR descriptions
  3. Review before merge - Always review PRs before merging
  4. Use labels - Categorize issues with appropriate labels
  5. Protect main branch - Require PR reviews before merging to main

Environment Variables

The MCP server requires:

  • GITHUB_PERSONAL_ACCESS_TOKEN - GitHub personal access token with appropriate scopes

Token scopes needed:

  • repo - Full repository access
  • read:user - Read user profile
  • read:org - Read organization data

Examples

Find popular repos:

Search for "machine learning" repos with most stars
→ github_search_repositories
  query: "machine learning language:python stars:>1000"
  sort: "stars"

Create feature request:

Create issue for new feature
→ github_create_issue
  owner: "anomalyco"
  repo: "opencode"
  title: "[Feature] Add dark mode toggle"
  body: "## Description\nAdd a toggle for dark mode..."
  labels: ["enhancement"]

Review pending PR:

Review PR #42
→ github_get_pull_request
  owner: "anomalyco"
  repo: "opencode"
  pull_number: 42
→ github_get_pull_request_files (same params)
→ github_create_pull_request_review
  event: "APPROVE"
  body: "LGTM! Great work."

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is github-workflow?

Ideal for AI Agents like Cursor, Windsurf, and Claude Code requiring streamlined GitHub operations and version control integration. OpenCode 中文汉化版 - Community Chinese Localization of OpenCode AI coding agent

How do I install github-workflow?

Run the command: npx killer-skills add jaraim/opencode-chinese/github-workflow. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for github-workflow?

Key use cases include: Automating repository creation and management, Generating and updating GitHub workflow files, Debugging GitHub Actions and workflow runs.

Which IDEs are compatible with github-workflow?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for github-workflow?

Requires GitHub MCP configuration in opencode.json. Needs a valid GitHub Personal Access Token. Dependent on local GitHub MCP server setup.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jaraim/opencode-chinese/github-workflow. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use github-workflow immediately in the current project.

Related Skills

Looking for an alternative to github-workflow or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI