add-code-comments
SolidGo through the entire Go codebase, improve code comments, add logic explanations for non-trivial implementations, document uncommented exported symbols, and note any discovered bugs in BUGS.md without fixing them. Uses parallel sub-agents grouped by package area.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- changkun
- Repository
- changkun/wallfacer
- Created
- 3 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
comment-quality
Review and fix temporal references in code comments.
analyze
Analyze a project's codebase, PR review patterns, and conventions. Run this first before creating agents. Outputs a structured analysis that create-team uses.
grumpy-review
Parallel-agent code review for quality, security, dependencies, and docs. Use for reviews, audits, or quality assessments. Produces deduplicated severity-ranked report.
simplify
Review changed code for reuse, quality, and efficiency, then fix any issues found.
simplify-code
Run a multi-agent review of changed files for reuse, quality, efficiency, and clarity issues followed by automated fixes. Use when the user asks to "simplify code", "review changed code", "check for code reuse", "review code quality", "review efficiency", "simplify changes", "clean up code", "refactor changes", or "run simplify".