seedance-2-0-api

Claude Code GitHub — Git skill for Claude Code

Git community

Unofficial guide to the Claude Code GitHub integration: cloud sessions, Actions workflows, CLAUDE.md and guardrails.

How to install Claude Code GitHub

This entry records only its repository, not the path inside it, so there is no exact command to give. Open seedance-2-0-api/claude-code-github and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Code GitHub does

Unofficial guide to the Claude Code GitHub integration: cloud sessions, Actions workflows, CLAUDE.md and guardrails.

Alternatives in Git

  • n8n MCP — GitHub Repo stars MCP for Claude Desktop/Code to build n8n workflows n8n workflow integration 15.5k ★
  • Gh Fix CI — Debug and fix failing GitHub Actions PR checks using log inspection 14.6k ★
  • GitLab — Source Control GitLab integration via MCP 14k ★

README

Claude Code GitHub integration: an unofficial guide

*Unofficial community guide for the Claude Code GitHub integration. Not affiliated with Anthropic. All trademarks belong to their owners.*

This repository collects what a working developer needs to know about the Claude Code GitHub integration: connecting a GitHub account so Claude Code can open repositories from the cloud, running Claude Code inside GitHub Actions workflows, and the guardrails that make either setup safe to leave running. Everything here is drawn from the cloud quickstart on code.claude.com, a practitioner write-up on integrating Claude Code into a GitHub workflow, and the support centre article on the GitHub integration. Where those sources are silent, this guide says so rather than guessing.

Building something rather than wiring up an agent? [Try Begin.sh - turn a prompt or a URL into a working static site or Expo app and download the zip](https://begin.sh?utm_source=github&utm_medium=ugc&utm_campaign=claude-code-github&utm_content=readme-top&utm_term=tier-r). No hosting, backend or auth to set up.

What it is

Claude Code is Anthropic's agentic coding tool. It runs in a terminal, in IDEs (Visual Studio Code and JetBrains are documented), on desktop and mobile, and in the cloud. The cloud version is what most people mean when they search for Claude Code GitHub: you open Claude Code in the browser, connect your GitHub account, pick a repository and hand it a task. The session runs on Anthropic-managed infrastructure, and you review the result before anything lands in your repository. The quickstart is organised around exactly that loop: how sessions run, connect GitHub, start a task, pre-fill sessions, review and iterate.

The second meaning is Claude Code in CI. The practitioner write-up describes two GitHub Actions workflows: a general-purpose assistant (`claude.yml`) that responds to issues and comments, and a dedicated reviewer (`claude-review.yml`) that reads pull requests. Both ar