Skills Plugins MCP Prompt Model 博客 我的中心

refactor-method-complexity-reduce

Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.

DeepseekModel キュレーション済みスキル 品質 優秀 · 90 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=github-awesome-copilot-skills-refactor-method-complexity-reduce-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name refactor-method-complexity-reduce description Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods. Refactor Method to Reduce Cognitive Complexity Objective Refactor the method ${input:methodName} , to reduce its cognitive complexity to ${input:complexityThreshold} or below, by extracting logic into focused helper methods. Instructions Analyze the current method to identify sources of cognitive complexity: Nested conditional statements Multiple if-else or switch chains Repeated code blocks Multiple loops with conditions Complex boolean expressions Identify extraction opportunities : Validation logic that can be extracted into a separate method Type-specific or case-specific processing that repeats Complex transformations or calculations Common patterns that appear multiple times Extract focused helper methods : Each helper should have a single, clear responsibility Extract validation into separate Validate* methods Extract type-specific logic into handler methods Create utility methods for common operations Use appropriate access levels (static, private, async) Simplify the main method : Reduce nesting depth Replace massive if-else chains with smaller orchestrated calls Use switch statements where appropriate for cleaner dispatch Ensure the main method reads as a high-level flow Preserve functionality : Maintain the same input/output behavior Keep all validation and error handling Preserve exception types and error messages Ensure all parameters are properly passed to helpers Best practices : Make helper methods static when they don't need instance state Use null checks and guard clauses early Avoid creating unnecessary local variables Consider using tuples for multiple return values Group related helper methods together Implementation Approach Extract helper methods before refactoring the main flow Test incrementally to ensure no regressions Use meaningful names that describe the extracted responsibility Keep extracted methods close to where they're used Consider making repeated code patterns into generic methods Result The refactored method should: Have cognitive complexity reduced to the target threshold of ${input:complexityThreshold} or below Be more readable and maintainable Have clear separation of concerns Be easier to test and debug Retain all original functionality Testing and Validation CRITICAL: After completing the refactoring, you MUST: Run all existing tests related to the refactored method and its surrounding functionality MANDATORY: Explicitly verify test results show "failed=0" NEVER assume tests passed - always examine the actual test output Search for the summary line containing pass/fail counts (e.g., "passed=X failed=Y") If the summary shows any number other than "failed=0", tests have FAILED If test output is in a file, read the entire file to locate and verify the failure count Running tests is NOT the same as verifying tests passed Do not proceed until you have explicitly confirmed zero failures If any tests fail (failed > 0): State clearly how many tests failed Analyze each failure to understand what functionality was broken Common causes: null handling, empty collection checks, condition logic errors Identify the root cause in the refactored code Correct the refactored code to restore the original behavior Re-run tests and verify "failed=0" in the output Repeat until all tests pass (failed=0) Verify compilation - Ensure there are no compilation errors Check cognitive complexity - Confirm the metric is at or below the target threshold of ${input:complexityThreshold} Confirmation Checklist Code compiles without errors Test results explicitly state "failed=0" (verified by reading the output) All test failures analyzed and corrected (if any occurred) Cognitive complexity is at or below the target threshold of ${input:complexityThreshold} All original functionality is preserved Code follows project conventions and standards
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。