重构

代码重组与优化

显示 409-432 / 共 929 个技能
jackjin1997

clean-code-zh

jackjin1997

遵循 Robert C. Martin çš„ã€Šä»£ç æ•´æ´ä¹‹é“ã€‹åŽŸåˆ™ï¼Œè¿›è¡Œä»£ç å®¡æŸ¥ã€é‡æž„å’Œç¼–å†™ã€‚æ¶µç›–å‘½åã€å‡½æ•°ã€æ³¨é‡Šå’Œé”™è¯¯å¤„ç†çš„æœ€ä½³å®žè·µã€‚

API 开发 12 7个月前
runkids

ask-questions-if-underspecified

runkids

Clarify requirements before implementing. Use when serious doubts arise.

Lint 与格式化 12 6个月前
neurofoo

postmortem

neurofoo

Blameless post-mortem incident analysis with timeline, root cause, and action items. Use after outages, security incidents, project failures, or any event you want to prevent recurring.

动画 111 8个月前
neurofoo

swot

neurofoo

SWOT strategic analysis examining Strengths, Weaknesses, Opportunities, and Threats. Use for strategic planning, competitive analysis, career decisions, or evaluating opportunities.

数据处理 111 8个月前
neurofoo

aar

neurofoo

After-Action Review—structured debrief asking what was expected, what happened, why the difference, and what next. Use after projects, launches, presentations, or any significant event.

代码评审 111 8个月前
maxvaega

markdown-formatter

maxvaega

Format and clean up markdown documents following best practices

文档生成 146 10个月前
julianromli

test-driven-development

julianromli

Use when implementing any feature or bugfix, before writing implementation code

调试 142 7个月前
noartem

laravel-dependencies-trim-packages

noartem

Remove unneeded Composer packages and assets to improve boot time, memory, and security surface

代码生成 11 7个月前
noartem

complexity-guardrails

noartem

Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches

重构 11 7个月前
noartem

laravel-custom-helpers

noartem

Create and register small, pure helper functions when they improve clarity; keep them organized and tested

代码生成 11 7个月前
OzeroHAX

planning-scope-minimization

OzeroHAX

Minimize changes for bugs/incidents: the smallest safe fix

API 开发 32 6个月前
OzeroHAX

coder-rules-clean-code

OzeroHAX

Clean code execution rules for coding agents with verifiable quality gates.

代码评审 32 6个月前
xenitV1

performance-profiling

xenitV1

Performance profiling principles. Measurement, analysis, and optimization techniques.

代码评审 130 7个月前
xenitV1

tdd-workflow

xenitV1

Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.

重构 130 7个月前
jjenzz

vertical-slice-delivery

jjenzz

Required methodology for planning, ideating, and delivering features or tasks. Use when user asks to "plan", "break down", "continue", or "figure out steps".

代码评审 6 7个月前
89jobrien

tdd-pytest

89jobrien

Python/pytest TDD specialist for test-driven development workflows. Use

分析 4 8个月前
alpoxdev

docs-maker

alpoxdev

Create and refactor AI-readable structured documentation for any domain, optimized for fast parsing, recall, and reliable execution.

智能体 4 6个月前
thrashr888

makefile-patterns

thrashr888

Makefile patterns for development workflows. Use when creating or understanding Makefiles for build automation, release workflows, and development iteration.

Git 与版本控制 4 7个月前
faionfaion

faion-code-quality

faionfaion

"Code quality specialist: architecture patterns, refactoring, code review, development practices. 23 methodologies."

代码评审 4 7个月前
petekp

checkpoint

petekp

Meta-cognitive decision support that analyzes current context and surfaces intelligent next-step options to the user. Use this skill when: (1) User explicitly invokes /checkpoint, (2) Significant work has been completed and a checkpoint is valuable, (3) Uncertainty or ambiguity exists about requirements or approach, (4) Task complexity has expanded beyond initial scope, (5) Before finalizing or committing to ensure nothing is missed. This skill pauses execution, assesses the situation holistically, and presents 2-5 contextually-appropriate options via AskUserQuestion, with a recommended option and rationale.

代码生成 7 7个月前
adamos486

song-lyrics

adamos486

Provides insights and techniques from renowned songwriters across different genres to help users improve their own lyrical compositions.

代码生成 10 7个月前
Tyler-R-Kendrick

craftsmanship

Tyler-R-Kendrick

Use when applying software craftsmanship principles — code quality, professional practices, and continuous improvement drawn from canonical works. USE FOR: code quality principles, Boy Scout Rule, DRY/KISS/YAGNI, craftsmanship practices, choosing quality improvement approaches DO NOT USE FOR: specific principle details (use clean-code, solid, refactoring sub-skills), architecture decisions (use dev/architecture), testing strategy (use testing)

调试 10 6个月前
minhuw

polish

minhuw

This skill should be used when polishing academic research paper text for grammar, clarity, fluency, and natural phrasing. Specifically designed for non-native English speakers writing for top-tier computer science conferences.

学术 10 8个月前
Sounder25

Clean Build Artifacts

Sounder25

Removes ignored build artifacts (bin, obj, node_modules) to reclaim space and fix ghost build errors. Safely respects .gitignore.

调试 28 7个月前