Tag: refactoring

Type: All Skills Tools
skill ★ 27,411

React Component Architecture and Composition Patterns

This skill provides architectural guidelines for building scalable and maintainable React components. It advises developers on advanced patterns, such as using compound components and lifting state, to avoid boolean prop proliferation and i…

langfuse/langfuse react component-architecture composition state-management
skill ★ 1,806

Split Large Pull Requests into Smaller Changes

This skill analyses git diffs to propose a structured strategy for decomposing large changesets into smaller, reviewable pull requests. It identifies logical groupings by component, layer, or concern to ensure atomic and independent updates…

Stacklok/toolhive git pull-requests code-review refactoring
skill ★ 75

Safe Code Refactoring Workflow

Execute safe, risk-aware code refactoring by assessing change impact, detecting name collisions, and performing atomic renames across all project files.

nikolai-vysotskyi/trace-mcp refactoring code-analysis risk-assessment trace-mcp
tool ★ 75

Bulk code refactoring with apply_codemod

Perform efficient, regex-based bulk modifications across multiple files to replace repetitive manual edits. The tool supports dry runs, multiline patterns, and content filtering for precise refactoring of function signatures, imports, or de…

nikolai-vysotskyi/trace-mcp codemod refactoring regex automation
skill ★ 4

Code Review and Refactoring Expert for Best Practices

This skill simulates a senior software engineer, systematically reviewing code for adherence to best practices, security standards, and architectural patterns. It identifies issues such as SRP violations, hardcoded secrets, and applies nece…

jmrplens/gitlab-mcp-server code-review refactoring security best-practices