一键导入
financo
financo 收录了来自 guilhermeeng99 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Comprehensive, take-your-time code audit of the whole project. Covers four areas: documentation freshness, test health, code cleanliness (duplication / dead code / smells), and dependency status (outdated + security advisories + whether each upgrade is safe). Produces a severity-tagged report; fixes only on explicit request. Use when the user asks for a "big / deep / full / general code review", "audit the app", "review everything", "check that docs and tests are up to date", or "check if dependencies are updated and safe to update".
Documentation-first kickoff for a NEW project. Takes the path of a reference project (one with a strong CLAUDE.md and a Docs/ folder full of specs), learns its conventions and document templates, then sets up the current project the same way: merges the reference's good parts into the current CLAUDE.md, scaffolds a Docs/ folder of specs, and writes a roadmap (done / in progress / planned). Goal is solid structured docs BEFORE any code. Use when the user says "estou começando um projeto", "iniciar/novo projeto", "bootstrap the project docs", "estruturar a documentação", "aproveitar o CLAUDE.md de outro projeto", "criar specs e roadmap", or invokes /project-bootstrap. The reference project path is passed every time.