lovekyrie/claude-code-best-practices
Agent
A separate code-review helper that examines a change set or chosen files and returns an organized review.
lovekyrie/claude-code-best-practices
Agent
A separate code-review helper that examines a change set or chosen files and returns an organized review.
lovekyrie/claude-code-best-practices
Agent
An agent that runs tests in a separate context and fixes failing test cases. Tests are checks that verify whether software behaves as expected.
lovekyrie/claude-code-best-practices
Command
A command that creates and makes a Git commit message using Conventional Commits, a shared format for describing code changes.
lovekyrie/claude-code-best-practices
Command
A command for analysing a task in read-only mode and writing a plan before any changes are made.
lovekyrie/claude-code-best-practices
Command
A command for carrying out code refactoring, meaning changing a program’s internal structure without changing its intended behaviour.
lovekyrie/claude-code-best-practices
Command
A command for strict code review of current uncommitted changes or a specified PR, meaning pull request. The description is otherwise limited.
lovekyrie/claude-code-best-practices
Command
A command that detects the project’s test command, runs the tests, and locates failed cases; the description also says it helps repair those failures.