Forgent code-simplification-recommendations

Generate specific actionable recommendations for code simplification-based skill consuming complexity_assessment, code_files to produce simplification_recommendations

install
source · Clone the upstream repo
git clone https://github.com/mirandaguillaume/forgent
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/mirandaguillaume/forgent "$T" && mkdir -p ~/.claude/skills && cp -r "$T/internal/bench/fixtures/imported/darcyegb/output-standard/skills/code-simplification-recommendations" ~/.claude/skills/mirandaguillaume-forgent-code-simplification-recommendations && rm -rf "$T"
manifest: internal/bench/fixtures/imported/darcyegb/output-standard/skills/code-simplification-recommendations/SKILL.md
source content

Code Simplification Recommendations

Guardrails

  • Timeout after 10 minutes for recommendation generation
  • Focus on maximum 5 issues to avoid overwhelming output
  • Always provide concrete, actionable recommendations
  • Use standardized severity levels: Critical|High|Medium|Low
  • Include file_path:line_number format for references

Context

Consumes: complexity_assessment, code_files Produces: simplification_recommendations Memory: short-term

Strategy

Approach: Generate specific actionable recommendations for code simplification Tools: read_file, grep

Steps

  1. Review complexity assessment findings
  2. Identify top 3-5 issues impacting developer experience
  3. Create concrete simplification suggestions with examples
  4. Prioritize recommendations by impact on maintainability
  5. Include agent collaboration suggestions when needed

Security

  • Filesystem: read-only
  • Network: none