CCM
/Skills
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. hairyf
  4. /
  5. skills
  6. /
  7. Github Workflow

Github Workflow

hairyf/skills
206 installs19 stars
Summary

Automates the full cycle from task intake to pull request creation without merging. It handles any data source by first discovering the right query method (via find-skills), saving it to global config so you skip discovery next time, then runs a four-step flow: resolve the task, create a branch with TODO.md, delegate the actual fix to a SubAgent, and commit everything into a PR against origin. Use it when you have a task link or description and want the standard GitHub workflow without manual branch management. The global config approach is smart since you configure each data source once and never think about it again.

Install

npx skills add https://github.com/hairyf/skills --skill github-workflow
Categories
Git & Pull RequestsAutomation & Workflows
First SeenJun 3, 2026
View on GitHub

Recommended

More Git & Pull Requests →
github-pr-review

fvadicamo/dev-agent-skills

github pr review
491
63
github-pr-merge

fvadicamo/dev-agent-skills

github pr merge
214
63
git-commit

github/awesome-copilot

Standardized git commits using Conventional Commits specification with intelligent diff analysis and message generation.
33.7k
34.3k
git-flow-branch-creator

github/awesome-copilot

Analyzes git changes and creates semantic Git Flow branches automatically based on change type.
9k
34.3k
create-github-pull-request-from-specification

github/awesome-copilot

Automated GitHub pull request creation from specification templates with draft-to-review workflow.
9k
34.3k
backport-pr-assistant

cockroachdb/cockroach

Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.
31.8k