albedo-c
- 4 skills
- 0 followers
- 6 hours ago last updated
- ▌ Typo Fix · albedo-cRun codespell to detect and fix common spelling mistakes across the entire codebase, then commit the changes on a new branch from master. Use when user asks to "fix spelling", "check for typos", "spell check codebase", or "run codespell".
- ▌ Write Good Fix · albedo-cRun write-good to detect weak English prose in comments, docstrings, and documentation, then apply fixes directly using file editing tools. Use when user asks to "fix grammar", "improve writing", "check prose", "fix passive voice", or "run write-good".
- ▌ Copyright Update · albedo-cScan the entire codebase for copyright year notices and update stale years to the current year, preserving the original start year in ranges. Use when user asks to "update copyright", "fix copyright years", "update license year", or "change copyright to 2026".
- ▌ Python Modernize · albedo-cComprehensively modernize a Python project — upgrade Python version (EOL awareness, 3.14 free-threaded/no-GIL guidance), migrate to uv + pyproject.toml (PEP 621) + ruff, modernize Docker (multi-stage, slim-bookworm, non-root), and run security/vulnerability audits (pip-audit, bandit, trivy). Use when user asks to "modernize Python", "upgrade Python version", "migrate to uv", "set up ruff", "fix Docker", "security audit", "check vulnerabilities", or "PEP 621".