GabsFranke/claude-code-github-agent

An orchestration engine for autonomous AI coding agents. Hooks into 40+ GitHub events to execute parallel workflows (code review, CI fixes, triage) using the Claude SDK.

5Stars on the repository
25Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

GabsFranke/claude-code-github-agent

Agent

Use this agent when reviewing a pull request for architectural concerns including component coupling, dependency direction, separation of concerns, module boundaries, API design, and consistency with existing codebase patterns. This agent should be run for most non-trivial PRs alongside code-reviewer. It uses codebase…

5 1mo ago A 369 tokens

code-reviewer

06

GabsFranke/claude-code-github-agent

Agent

Use this agent when you need to review code for adherence to project guidelines, style guides, and best practices. This agent should be used proactively after writing or modifying code, especially before committing changes or creating pull requests. It will check for style violations, potential issues, and ensure code…

5 1mo ago A 0 tokens

code-simplifier

07

GabsFranke/claude-code-github-agent

Agent

Use this agent when code has been written or modified and needs to be simplified for clarity, consistency, and maintainability while preserving all functionality. This agent should be triggered automatically after completing a coding task or writing a logical chunk of code. It simplifies code by following project best…

5 1mo ago A 443 tokens

comment-analyzer

08

GabsFranke/claude-code-github-agent

Agent

Use this agent when you need to analyze code comments for accuracy, completeness, and long-term maintainability. This includes: (1) After generating large documentation comments or docstrings, (2) Before finalizing a pull request that adds or modifies comments, (3) When reviewing existing comments for potential…

5 1mo ago A 0 tokens

pr-test-analyzer

09

GabsFranke/claude-code-github-agent

Agent

Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases. Examples:\n\n \nContext: Daisy has just created a pull request with new…

5 1mo ago A 0 tokens

GabsFranke/claude-code-github-agent

Agent

Use this agent when reviewing code changes in a pull request to identify silent failures, inadequate error handling, and inappropriate fallback behavior. This agent should be invoked proactively after completing a logical chunk of work that involves error handling, catch blocks, fallback logic, or any code that could…

5 1mo ago A 0 tokens

GabsFranke/claude-code-github-agent

Agent

Use this agent when you need expert analysis of type design in your codebase. Specifically use it: (1) when introducing a new type to ensure it follows best practices for encapsulation and invariant expression, (2) during pull request creation to review all types being added, (3) when refactoring existing types to…

5 1mo ago A 0 tokens

generic-worker

12

GabsFranke/claude-code-github-agent

Agent

Use this agent when the test-toolkit skill needs to delegate work to a subagent. This agent executes any generic task it receives — reading files, running commands, writing code, searching — and returns results. It is used to verify that tools and configuration properly inherit from the parent plugin to subagents.

5 1mo ago A 64 tokens