Reviews code changes for API design issues including breaking contract changes, inconsistent endpoint patterns, missing validation, incorrect status codes, versioning problems, and backwards compatibility risks. Spawned by hardcore-code-reviewer skill.
Reviews code changes for pattern violations, broken contracts, inconsistencies with existing codebase conventions, and architectural regressions. Spawned by hardcore-code-reviewer skill.
Reviews code changes for database schema safety, migration rollback risks, data integrity issues, backwards-incompatible schema changes, and unsafe data transformations. Spawned by hardcore-code-reviewer skill.
Reviews code changes for missing metrics, tracing, structured logging, alerting gaps, and unobservable code paths that make production incidents hard to detect and diagnose. Spawned by hardcore-code-reviewer skill.
Reviews code changes for swallowed errors, bad fallbacks, misleading success paths, empty catch blocks, and error handling that hides problems. Spawned by hardcore-code-reviewer skill.
Reviews code changes for missing test coverage, broken test assumptions, untested edge cases, and test quality issues. Spawned by hardcore-code-reviewer skill.
Reviews code changes for type safety issues including unsafe type assertions, any usage, missing generic constraints, incorrect type narrowing, and type-related regressions in TypeScript or typed language code. Spawned by hardcore-code-reviewer skill.
A persistent, indexed knowledge bank that stores learnings, ADR decisions, technical context, and session notes as markdown files inside your repo. Scales to thousands of files with fast grep-based index lookups. Integrates with Claude hooks for automatic session capture.
Use this skill to interact with the repo's persistent knowledge bank (.knowledge-bank/). Triggers when the user says: "store this", "remember this", "save a learning", "create an ADR", "what do we know about X", "recall X", "search the knowledge bank", "initialize the knowledge bank", "kb-init", "kb-store"…
Automatically read GitHub pull request review comments and apply fixes to address feedback. Use this skill when the user asks to review and fix PR comments, address PR feedback, or resolve review suggestions. Triggers include phrases like "fix PR comments", "address PR feedback", "review PR.