Browse Skills

Ln 624 Code Quality Auditor

v1.0.0

Checks cyclomatic complexity, nesting, long methods, god classes, method signatures, O(n²), N+1 queries, constants management. Returns findings.

Lev Nikolaevich
6

Ln 623 Code Principles Auditor

v1.0.0

Checks DRY (10 types), KISS/YAGNI, error handling, DI patterns. Returns findings with severity, location, effort, pattern_signature.

Lev Nikolaevich
5

Ln 622 Build Auditor

v1.0.0

Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build config issues. Returns findings with severity, location, effort, recommendations.

Lev Nikolaevich
4

Ln 621 Security Auditor

v1.0.0

Checks hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity, location, effort, recommendations.

Lev Nikolaevich
3

Ln 620 Codebase Auditor

v1.0.0

Coordinates 9 audit workers (ln-621..ln-629) in parallel. Research best practices, delegate, aggregate into docs/project/codebase_audit.md.

Lev Nikolaevich
3

Ln 614 Docs Fact Checker

v1.0.0

Extracts verifiable claims from ALL .md files (paths, versions, counts, configs, names, endpoints), verifies each against codebase, cross-checks between documents for contradictions.

Lev Nikolaevich
3

Ln 613 Code Comments Auditor

v1.0.0

Checks WHY-not-WHAT, density (15-20%), forbidden content, docstrings quality, actuality, legacy cleanup. Returns findings with severity, location, and recommendations.

Lev Nikolaevich
4

Ln 612 Semantic Content Auditor

v1.0.0

Audits document semantic content against stated SCOPE and project goals. Checks coverage, off-topic content, SSOT. File-based report with scope_alignment score.

Lev Nikolaevich
3

Ln 611 Docs Structure Auditor

v1.0.0

Checks hierarchy & links, SSOT, proactive compression, requirements compliance, freshness indicators, legacy cleanup, stack adaptation. Returns findings with severity, location, and recommendations.

Lev Nikolaevich
2

Ln 610 Docs Auditor

v1.0.0

Coordinates 4 documentation audit workers (structure, semantic, fact-check, code comments). Delegates parallel audits, aggregates into docs/project/docs_audit.md.

Lev Nikolaevich
7

Ln 523 Auto Test Planner

v1.0.0

Plans automated tests (E2E/Integration/Unit) using Risk-Based Testing after manual testing. Calculates priorities, delegates to ln-301-task-creator.

Lev Nikolaevich
3

Ln 522 Manual Tester

v1.0.0

Performs manual testing of Story AC via executable bash scripts saved to tests/manual/. Creates reusable test suites per Story.

Lev Nikolaevich
7