← Back to list

refactor-inline-complexity
by JordanGunn
[DEPRECATED] Collection of agent skills (mostly) targeted at preventing typical issues that surface during agentic programming sessions.
⭐ 6🍴 1📅 Jan 13, 2026
SKILL.md
name: refactor-inline-complexity license: MIT description: | Audit inline complexity and recommend variable extraction. Produces a report with flattening suggestions for nested expressions. metadata: author: Jordan Godau references: - 01_GOAL.md - 02_DEFINITIONS.md - 03_INVARIANTS.md - 04_SCOPE.md - 05_CHECKS.md - 06_OUTPUT.md keywords: - complexity - nested - extraction - flatten - readability - intermediate - variable
Instructions
Read all references in references/ before using this skill.
Signals
- Reviewing code for nested calls or deep attribute chains
- Compound expressions that should be flattened with named intermediates
- The user asks to "audit complexity" or "flatten expressions"
- Readability concerns in conditionals, returns, or argument lists
References
Directory: references/
01_GOAL.md02_DEFINITIONS.md03_INVARIANTS.md04_SCOPE.md05_CHECKS.md06_OUTPUT.md
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon