Browse Skills
Ln 624 Code Quality Auditor
v1.0.0Checks cyclomatic complexity, nesting, long methods, god classes, method signatures, O(n²), N+1 queries, constants management. Returns findings.
Ln 623 Code Principles Auditor
v1.0.0Checks DRY (10 types), KISS/YAGNI, error handling, DI patterns. Returns findings with severity, location, effort, pattern_signature.
Ln 622 Build Auditor
v1.0.0Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build config issues. Returns findings with severity, location, effort, recommendations.
Ln 621 Security Auditor
v1.0.0Checks hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity, location, effort, recommendations.
Ln 620 Codebase Auditor
v1.0.0Coordinates 9 audit workers (ln-621..ln-629) in parallel. Research best practices, delegate, aggregate into docs/project/codebase_audit.md.
Ln 614 Docs Fact Checker
v1.0.0Extracts verifiable claims from ALL .md files (paths, versions, counts, configs, names, endpoints), verifies each against codebase, cross-checks between documents for contradictions.
Ln 613 Code Comments Auditor
v1.0.0Checks WHY-not-WHAT, density (15-20%), forbidden content, docstrings quality, actuality, legacy cleanup. Returns findings with severity, location, and recommendations.
Ln 612 Semantic Content Auditor
v1.0.0Audits document semantic content against stated SCOPE and project goals. Checks coverage, off-topic content, SSOT. File-based report with scope_alignment score.
Ln 611 Docs Structure Auditor
v1.0.0Checks hierarchy & links, SSOT, proactive compression, requirements compliance, freshness indicators, legacy cleanup, stack adaptation. Returns findings with severity, location, and recommendations.
Ln 610 Docs Auditor
v1.0.0Coordinates 4 documentation audit workers (structure, semantic, fact-check, code comments). Delegates parallel audits, aggregates into docs/project/docs_audit.md.
Ln 523 Auto Test Planner
v1.0.0Plans automated tests (E2E/Integration/Unit) using Risk-Based Testing after manual testing. Calculates priorities, delegates to ln-301-task-creator.
Ln 522 Manual Tester
v1.0.0Performs manual testing of Story AC via executable bash scripts saved to tests/manual/. Creates reusable test suites per Story.