GabsFranke/claude-code-github-agent
Agent
Specialist in diagnosing and fixing build failures, compilation errors, dependency issues, and configuration problems. Use proactively when CI builds fail.
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.
GabsFranke/claude-code-github-agent
Agent
Specialist in diagnosing and fixing build failures, compilation errors, dependency issues, and configuration problems. Use proactively when CI builds fail.
GabsFranke/claude-code-github-agent
Agent
Specialist in diagnosing and fixing deployment failures, Docker build issues, container problems, and health check failures. Use proactively when CI deployment fails.
GabsFranke/claude-code-github-agent
Agent
Specialist in fixing linting errors, code style violations, type errors, and formatting issues. Use proactively when CI linting/type-checking fails.
GabsFranke/claude-code-github-agent
Agent
Specialist in diagnosing and fixing test failures, flaky tests, assertion errors, and test timeout issues. Use proactively when CI tests fail.
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…
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…
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…
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…
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…
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…
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…
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.