skills/alb-o/pw-rs/rust-cleanup

rust-cleanup

SKILL.md
  1. 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, # Safety sections 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
  1. 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-rs
GitHub Stars
3
First Seen
Feb 21, 2026
Installed on
opencode3
claude-code3
github-copilot3
codex3
kimi-cli3
gemini-cli3