kimgoetzke/coding-agent-configs
Agent Claude Code
Reviews code changes for adherence to naming conventions, code structure, patterns, and project-specific standards. Use as a sub-agent of review-pr for the Style & Conventions review dimension.
My personal skills, agents, and other configuration files for agentic coding.
kimgoetzke/coding-agent-configs
Agent Claude Code
Reviews code changes for adherence to naming conventions, code structure, patterns, and project-specific standards. Use as a sub-agent of review-pr for the Style & Conventions review dimension.
kimgoetzke/coding-agent-configs
Agent Claude Code
Reviews code changes for logical correctness — bugs, edge cases, missing error handling, race conditions, and incorrect assumptions. Use as a sub-agent of review-pr for the Correctness & Logic review dimension.
kimgoetzke/coding-agent-configs
Agent Claude Code
Reviews code changes for observability and telemetry quality — logging, metrics, spans, events, and attributes. Evaluates against OpenTelemetry best practices and specific conventions. Use as a sub-agent of review-pr for the Observability review dimension.
kimgoetzke/coding-agent-configs
Agent Claude Code
Reviews code for security vulnerabilities.
kimgoetzke/coding-agent-configs
Agent Claude Code
Reviews code changes for test coverage and quality — missing test cases, weak assertions, untested edge cases, and test structure. Use as a sub-agent of review-pr for the Tests review dimension.
kimgoetzke/coding-agent-configs
Agent Claude Code
Researches a question using web search and page fetching, then returns a structured response with inline citations. Use when you need accurate, up-to-date information from the web.
kimgoetzke/coding-agent-configs
Agent
Generate an implementation plan for new features or refactoring existing code.
kimgoetzke/coding-agent-configs
Agent
General-purpose local subagent for bounded tasks when no specialised subagent fits. Never use for web research.