Simplicity Hunter Go

Audit Go code for unnecessary structural complexity — duplication, reinvented primitives, avoidable abstractions, dead logic paths, over-parameterized APIs, deep nesting, interface pollution, channel misuse, mixed concerns, and coexisting abstraction generations left behind by unfinished migrations. Recommends the simplest shape that preserves intended behavior. Use when: reviewing Go code for over-engineering, reducing complexity after prototyping, enforcing reuse over addition, simplifying before a refactor, or auditing a codebase after a library or framework migration.

skyosev Updated

File contents

skyosev/agent-skills/tree/main/hunter-party-go/simplicity-hunter-go commit debc194088

Frequently asked questions

npx skillmds@latest add skyosev/simplicity-hunter-go