en un clic
brokk-skills
brokk-skills contient 6 skills collectées depuis BrokkAi, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Use when asked to find code quality problems, anti-patterns, or technical debt in a codebase - performs systematic smell detection using ripgrep patterns and available language linters
Use when asked to map, visualize, or understand how a codebase flows from entry points to outcomes - generates a Mermaid flowchart per entry point showing branches, calls, and terminal states
Use when asked to find modeling problems, confusing logic, or misleading naming in a codebase - looks for concepts that contradict the domain, logic that doesn't match what a function claims to do, and methods too complex to reason about
Use when asked for a full legacy codebase analysis, overview report, or comprehensive audit - orchestrates all brokk analysis skills plus git history to produce a prioritized report
Use when asked to find security vulnerabilities, insecure code patterns, or security risks in a codebase - scans for OWASP Top 10 patterns, hardcoded secrets, and dependency vulnerabilities
Use when asked to find untested code, missing test coverage, or pathways with no tests in a codebase - maps source files and functions against test files to surface gaps