com um clique
OctoScan
OctoScan contém 3 skills coletadas de Coucoudb, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Add a new scanner to OctoScan. Use when: adding a new security tool, integrating a new CLI scanner, creating a scanner module with parser, installer, and TUI registration. Covers all 9 integration points: module creation, enum registration, parser implementation, installer logic, app state, tests, and documentation.
Generate CLI integration tests for OctoScan scanners and flags. Use when: adding a new scanner CLI flag, writing CLI integration tests, testing argument parsing, testing error messages. Covers binary invocation tests with assert_cmd/predicates, clap unit-level parsing tests, and validation error tests.
Generate unit tests for OctoScan scanner parsers. Use when: adding a new scanner, writing scanner tests, creating test fixtures, testing parse functions. Covers fixture creation, test module scaffolding, and assertion patterns for all scanner output formats (JSONL, JSON, XML, plain text).