code-review
πPluginAgilefreaks/claude-skills
Installation
/plugin marketplace add agilefreaks/claude-skills/plugin install code-review@agilefreaks-skillsOutside-in, risk-driven code review methodology based on Gregory Brown's Effective Code Reviews. Covers all change types: bug fixes, new features, enhancements, and refinements. Re-review aware: reconciles previously posted findings and keeps a single summary comment per PR.
Part of
Agilefreaks/claude-skills
More from this repository6
A marketplace of plugins for claude.ai
Bundles open dependency-update PRs/MRs into a single verified change with changelog analysis, breaking change triage, and build/test verification.
Wizard-driven scaffolder for Android projects using a multi-module MVI + Compose + Koin architecture. Generates build-logic, core, feature modules, version catalog, navigation, DI, tooling (Spotless/detekt), CI, and project-local Claude skills.
Audits an existing Android project against the android-project-starter conventions, produces a phased migration plan, and applies it on a fresh git branch with build verification at every step. Companion to android-project-starter for brownfield codebases. Also generates the project-local <project>-android-planner and <project>-android-implementer skills.
End-to-end development methodology for features and bug fixes: frame, explore (with root-cause analysis for bugs), plan, implement with a configurable test-first loop, verify by driving the app, hand off for review, and compound recurring corrections into project rules and memory. Works with plan mode β framing, exploration, and planning run during plan mode; implementation runs after approval.
Blueprint for wiring up linting, formatting, type-checking, Git hooks, and dead-code detection in a Node/TypeScript project. Prefers the Oxc toolchain (oxlint + oxfmt) with husky + lint-staged, adapts to existing ESLint/Prettier, and imposes no specific rules.