CtrlK
BlogDocsLog inGet started
Tessl Logo

refactor-pass

Perform a refactor pass focused on simplicity after recent changes. Use when the user asks for a refactor/cleanup pass, simplification, or dead-code removal and expects build/tests to verify behavior.

85

1.00x
Quality

77%

Does it follow best practices?

Impact

97%

1.00x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.claude/skills/refactor-pass/SKILL.md
SKILL.md
Quality
Evals
Security

Refactor Pass

Workflow

  1. Review the changes just made and identify simplification opportunities.
  2. Apply refactors to:
  • Remove dead code and dead paths.
  • Straighten logic flows.
  • Remove excessive parameters.
  • Remove premature optimization.
  1. Run build/tests to verify behavior.
  2. Identify optional abstractions or reusable patterns; only suggest them if they clearly improve clarity and keep suggestions brief.
Repository
pgplex/pgconsole
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.