Claude Copilot Webhook
Description
Opinionated webhook that replicates GitHub Copilot coding agent behavior using Claude Code GitHub Actions
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 Copilot Webhook
An **opinionated workflow orchestration webhook** that replicates GitHub Copilot coding agent behavior using Claude Code GitHub Actions. This webhook automates issue-to-PR processes with the same workflow that GitHub Copilot coding agent provides.
What This Solves
**Motivation:** GitHub Copilot coding agent has a really nice issue-to-PR workflow. This webhook replicates that exact behavior but uses [Claude Code GitHub Actions](https://github.com/etechlead/claude-code-action) (minimal fork) instead.
Improvements Over Original Claude Code GitHub Actions
- 🎯 Immediate Visual Feedback: Adds 👀 (eyes) emoji reactions to issues, comments, and PR reviews so you get instant visual confirmation that something is processing your action
- 🔒 Proper Isolation: Automatically creates separate pull requests for each issue, isolating the coding agent's work in dedicated pull requests
- 🏷️ Work-in-Progress Indicators: Automatically adds
[WIP]prefix to PR titles during work and removes it when complete - 👤 User Assignment: Assigns the completed PR back to the originating user automatically
- ⚡ Better UX: In the end, improves interactivity, speed, visibility, and workflow isolation
- 🐛 Fixes Review Comment Bug: Collects all review comments and processes them in a single workflow run, preventing commit conflicts that occur in the original when each review comment triggers separate workflows that try to push conflicting commits
**Solution Components:**
- 🧠 Claude Code GitHub Actions (fork) - Customized AI coding actions
- ⚙️ User's GitHub Workflow - Custom workflow using the forked actions
- 🔧 This Webhook - Orchestrates the entire process automatically
How It Works
**Issue → PR → Claude → Done**
- Label an issue with
claude-copilot→ Webhook adds 👀 reaction + creates branch + draft PR + triggers your workflow - Comment/review on PR → We
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 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