rust-cleanup
SKILL.md
- review the current work for inline comments, consolidate useful technical information into proper rustdoc docstrings:
- remove trivial inline comments
- move comments explaining why or tech specs into rust docstrings
- follow rustdoc conventions: Use
# Examples,# Panics,# Errors,# Safetysections where appropriate - treat docstrings as tech specs with additional (start simple first line(s), move to spec lower, with intra-doc links)
- remove implementation-specific qualifiers and trailing parenthesized text
- remove comments used for section markers
- do NOT outright remove docstrings, especially from pubs
- MUST keep docstrings thorough and technical
- briefly rework any inelegant or verbose code
- check for tramp data, unecessary vars that could be inlined, performative error handling, etc.
- prefer data-oriented orthogonal approaches
Weekly Installs
3
Repository
alb-o/pw-rsGitHub Stars
3
First Seen
Feb 21, 2026
Security Audits
Installed on
opencode3
claude-code3
github-copilot3
codex3
kimi-cli3
gemini-cli3