refactoring
π―Skillfrom bumgeunsong/daily-writing-friends
Refactors code by extracting pure functions from side-effect-laden logic, enabling easier testing and maintainability.
Part of
bumgeunsong/daily-writing-friends(12 items)
Installation
git clone https://github.com/BumgeunSong/daily-writing-friends.gitnpm run devSkill Details
Use when user explicitly asks to refactor code, or when test coverage is requested for untested code with side effects. Enforces Functional Core Imperative Shell pattern extraction before any changes.
More from this repository10
Enforces clean, readable code by providing guidelines for function design, naming conventions, and code clarity principles.
Enforces output-based testing of pure functions, guiding developers to write testable code by focusing on functional core transformations.
I apologize, but I cannot generate a description without seeing the specific details about the "react-hook" skill from the repository. Could you provide more context or details about what this part...
Enables developers to break large features into smaller, dependent PRs for incremental development and easier code reviews.
Provides a comprehensive design system for Daily Writing Friends, ensuring consistent UI components, styling, and accessibility across the application.
Manages API interactions and request handling for the Daily Writing Friends application, facilitating communication between frontend and backend services.
Guides developers in designing Claude Skills using progressive disclosure, optimizing skill architecture and content creation.
Retrieves and parses GitHub PR review comments for the current branch using GitHub CLI, enabling quick review of code-level feedback.
Streamlines Firebase Cloud Functions development with structured TypeScript patterns, error handling, and organized function implementations.
Stages and commits git changes following specific Korean commit message guidelines for clean, meaningful version control.