en un clic
ai-core
ai-core contient 3 skills collectées depuis bpodwinski, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Incrementally fix Clippy lints across a Cargo workspace. Use this skill whenever the user asks to fix clippy warnings, address lints, clean up Rust code quality, run a clippy pass, or reduce warnings. Also trigger when the user mentions "clippy bot", "rust-clippy", "lint pass", "fix warnings", "deny lints", or wants to systematically address clippy diagnostics. Works on any multi-crate Cargo workspace with a persistent branch strategy and incremental history tracking.
Scans a Rust project to identify functions/methods missing unit tests, then generates them. Usage: /rust-unit-tests [path] — path is optional, defaults to the current working directory.
Incrementally add missing Rustdoc (///) for undocumented public Rust items across a Cargo workspace. Use this skill whenever the user asks to document Rust code, add missing rustdoc, improve documentation coverage, run a doc audit, or maintain documentation hygiene on a Rust project. Also trigger when the user mentions "rustdoc bot", "rust-doc", "documentation pass", "doc coverage", "undocumented pub items", or wants to systematically add /// comments to public API surfaces. Works on any multi-crate Cargo workspace with a persistent branch strategy and incremental history tracking.