Claude Code Setup.Sh
Description
Configure Claude Code to handle issues in your Github repo
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
claude-code-setup.sh
An easy way to set up Claude Code integration and then invite **`@claude`** in issue comments to do the coding.
Setup
Make sure you have [gh](https://cli.github.com/) installed and authenticated.
Clone this repo, then go to your working copy and run the script:
git clone git@github.com:haron/claude-code-setup.sh.git
cd my-project
../claude-code-setup.sh/claude-code-setup.sh
The script will:
- Guide you through creating an Anthropic API key
- Set up GitHub Actions secrets
- Configure the Claude GitHub App
- Create the workflow file
- Create a pull request with the integration.
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git