All authors
boisenoise avatar

Claude Skills by boisenoise

github.com/boisenoise
331 skillsA× 320B× 9C× 20 installs401 views
Levn Ln 500 Story Quality GateA

Story-level quality gate with 4-level verdict (PASS/CONCERNS/FAIL/WAIVED) and Quality Score. Use when Story is ready for quality assessment.

testingjavascriptgo
0
9
Levn Ln 501 Code Quality CheckerA

Worker that checks DRY/KISS/YAGNI/architecture compliance with quantitative Code Quality Score. Validates architectural decisions via MCP Ref: (1) Optimality - is chosen approach the best? (2) Compliance - does it follow best practices? (3) Performance - algorithms, configs, bottlenecks. Reports issues with SEC-, PERF-, MNT-, ARCH-, BP-, OPT- prefixes.

code-qualityjavascriptgo
0
9
Levn Ln 502 Agent ReviewerA

Worker that runs parallel external agent reviews (Codex + Gemini) on code changes. Reference-based prompts. Returns filtered suggestions with confidence scoring.

ai-agentspythonbash
0
9
Levn Ln 503 Regression CheckerA

Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation.

testinggodocker
0
9
Levn Ln 510 Quality CoordinatorA

Use when coordinating story quality evaluation with mandatory research, worker summaries, agent review, regression evidence, and bounded refinement.

researchgosecurity
0
9
Levn Ln 510 Test PlannerA

Orchestrates test planning pipeline (research → manual → auto tests). Coordinates ln-511, ln-512, ln-513. Invoked by ln-500-story-quality-gate.

testingbashtesting
0
9
Levn Ln 511 Code Quality CheckerA

Checks DRY/KISS/YAGNI/architecture compliance with quantitative Code Quality Score. Use when implementation tasks are Done and need quality scoring.

code-qualitygobash
0
9
Levn Ln 512 Agent ReviewerA

Worker that runs parallel external agent reviews (Codex + Gemini) on code changes. Background tasks, process-as-arrive, critical verification with debate. Returns filtered suggestions with confidence scoring.

ai-agentspythonrust
0
9
Levn Ln 512 Manual TesterA

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

documentationgobash
0
9
Levn Ln 512 Tech Debt CleanerA

Auto-fixes low-risk tech debt (unused imports, dead code, commented-out code) with >=90% confidence. Use when audit findings need safe automated cleanup.

code-qualitygobash
0
9
Levn Ln 513 Agent ReviewerA

Runs parallel external agent reviews (Codex + Gemini) on code changes. Process-as-arrive, critical verification with debate. Returns filtered suggestions.

ai-agentsgogit
0
9
Levn Ln 513 Auto Test PlannerA

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

testinggodocker
0
9
Levn Ln 513 Regression CheckerA

Runs existing test suite to catch regressions after implementation changes. Use when Story needs regression verification. No status changes.

testinggobash
0
9
Levn Ln 514 Regression CheckerA

Worker that runs existing tests to catch regressions. Auto-detects framework, reports pass/fail. No status changes or task creation.

testinggodocker
0
9
Levn Ln 514 Test Log AnalyzerA

Analyzes application logs: classifies errors, checks log quality, maps stack traces to source. Use when logs need review after test runs or during development.

developmentpythongo
0
9
Levn Ln 520 Test PlannerA

Orchestrates test planning pipeline: research, manual testing, automated test planning. Use when Story needs comprehensive test coverage planning.

testinggobash
0
9
Levn Ln 521 Test ResearcherA

Researches real-world problems, competitor solutions, and customer complaints for a feature domain. Use before test planning to ground tests in actual user pain points.

documentationrustgo
0
9
Levn Ln 522 Manual TesterA

Performs manual testing of Story AC via executable bash scripts in tests/manual/. Use when Story implementation needs hands-on AC verification.

documentationgobash
0
9
Levn Ln 523 Auto Test PlannerA

Plans automated tests (E2E/Integration/Unit) using Risk-Based Testing after manual testing. Use when Story needs a test task with prioritized scenarios.

testinggodocker
0
9
Levn Ln 600 Docs AuditorA

Audit project documentation quality across 8 categories (Hierarchy, SSOT, Compactness, Requirements, Actuality, Legacy, Stack Adaptation, Semantic Content). Delegates to ln-601 for deep semantic verification of project documents. Use when documentation needs quality review, after major doc updates, or as part of ln-100-documents-pipeline. Outputs Compliance Score X/10 per category + Findings + Recommended Actions.

documentationpythongo
0
9
Levn Ln 601 Semantic Content AuditorA

Semantic content auditor (L3 Worker). Verifies document content matches stated SCOPE, aligns with project goals, and reflects actual codebase state. Called by ln-600 for each project document. Returns scope_alignment and fact_accuracy scores with findings.

documentationtypescriptgo
0
9
Levn Ln 610 Code Comments AuditorA

Audit code comments and docstrings quality across 6 categories (WHY-not-WHAT, Density, Forbidden Content, Docstrings, Actuality, Legacy). Use when code needs comment review, after major refactoring, or as part of ln-100-documents-pipeline. Outputs Compliance Score X/10 per category + Findings + Recommended Actions.

code-qualitygorefactoring
0
9
Levn Ln 610 Docs AuditorA

Use when auditing project documentation through the evaluation platform with mandatory research, coordinated audit workers, and structured summaries.

researchgodocumentation
0
9
Levn Ln 611 Docs Structure AuditorA

Checks hierarchy, links, SSOT, compression, requirements compliance, freshness, legacy cleanup. Use when auditing documentation structure.

documentationpythongo
0
9
Levn Ln 612 Semantic Content AuditorA

Checks document semantic content against SCOPE and project goals, coverage gaps, off-topic content, SSOT. Use when auditing documentation relevance.

businessgobash
0
9
Levn Ln 613 Code Comments AuditorA

Checks inline code documentation quality: WHY-not-WHAT, density, forbidden content, docstrings quality, actuality, legacy cleanup. Use when auditing comments and docstrings.

documentationgobash
0
9
Levn Ln 614 Docs Fact CheckerA

Verifies claims in .md files (paths, versions, counts, configs, endpoints) against codebase, cross-checks contradictions. Use when auditing docs accuracy.

documentationpythonrust
0
9
Levn Ln 620 Codebase AuditorA

Use when auditing the codebase through the evaluation platform with mandatory research, coordinated domain audit workers, and structured summaries.

researchgosecurity
0
9
Levn Ln 621 Security AuditorA

Checks hardcoded secrets, SQL injection, XSS, insecure deps, input validation. Use when auditing security.

securityjavascriptpython
0
9
Levn Ln 622 Build AuditorA

Checks compiler/linter errors, deprecation warnings, type errors, failed tests, build config issues. Use when auditing build health.

code-qualitygobash
0
9
Levn Ln 623 Architecture AuditorA

Architecture audit worker (L3). Checks DRY (7 types), KISS/YAGNI, layer breaks, error handling, DI patterns. Returns findings with severity, location, effort, recommendations.

developmenttypescriptpython
0
9
Levn Ln 623 Code Principles AuditorA

Checks DRY, KISS/YAGNI, error handling, DI patterns. Use when auditing code principles compliance.

code-qualitypythongo
0
9
Levn Ln 624 Code Quality AuditorA

Checks cyclomatic complexity, nesting, long methods, god classes, O(n2), N+1 queries, constants management. Use when auditing code quality.

code-qualitypythongo
0
9
Levn Ln 625 Dependencies AuditorA

Checks outdated packages, unused deps, reinvented wheels, CVE/CVSS vulnerability scan. Use when auditing dependencies.

securitypythonrust
0
9
Levn Ln 626 Dead Code AuditorA

Checks unreachable code, unused imports/variables/functions, commented-out code, unsupported patterns. Use when auditing dead code.

developmentjavascripttypescript
0
9
Levn Ln 627 Observability AuditorA

Checks structured logging, health checks, metrics collection, request tracing, log levels. Use when auditing observability.

devopsgobash
0
9
Levn Ln 628 Concurrency AuditorA

Checks async races, thread safety, TOCTOU, deadlocks, blocking I/O, resource contention. Use when auditing concurrency safety.

businesspythonrust
0
9
Levn Ln 629 Lifecycle AuditorA

Checks bootstrap initialization, graceful shutdown, resource cleanup, signal handling, liveness/readiness probes. Use when auditing app lifecycle.

devopsgobash
0
9
Levn Ln 630 Test AuditorA

Use when auditing the test surface through the evaluation platform with mandatory research, coordinated test audit workers, and structured summaries.

testinggotesting
0
9
Levn Ln 631 Test Business Logic AuditorA

Detects tests validating framework/library behavior instead of project code. Use when auditing test business logic focus.

databasesgobash
0
9
Levn Ln 632 Test E2e Priority AuditorA

Validates E2E coverage for critical paths (money, security, data integrity). Risk-based prioritization. Use when auditing E2E test coverage.

testinggobash
0
9
Levn Ln 633 Test Value AuditorA

Scores each test by Impact x Probability, returns KEEP/REVIEW/REMOVE decisions. Use when auditing test value and pruning low-value tests.

testinggobash
0
9
Levn Ln 634 Test Coverage AuditorA

Identifies missing tests for critical paths (money, security, data integrity, core flows). Use when auditing test coverage gaps.

businessgobash
0
9
Levn Ln 635 Test Isolation AuditorA

Checks test isolation (API/DB/FS/Time/Network), determinism, flaky tests, order-dependency, anti-patterns. Use when auditing test isolation.

databasesgobash
0
9
Levn Ln 636 Manual Test AuditorA

Checks manual test scripts for harness adoption, golden files, fail-fast, config sourcing, idempotency. Use when auditing manual test quality.

documentationgobash
0
9
Levn Ln 637 Test Structure AuditorA

Checks test file organization, directory layout, test-to-source mapping, domain grouping, co-location. Use when auditing test structure.

testinggobash
0
9
Levn Ln 646 Project Structure AuditorA

Checks file hygiene, ignore files, framework conventions, domain/layer organization, naming. Use when auditing project structure.

developmenttypescriptpython
0
9
Levn Ln 647 Env Config AuditorA

Checks env var config sync, missing defaults, naming conventions, startup validation. Use when auditing environment configuration.

developmentpythonrust
0
9
Levn Ln 650 Persistence Performance AuditorA

Use when auditing persistence and runtime performance through the evaluation platform with mandatory research, coordinated data-layer workers, and structured summaries.

researchgodatabase
0
9
Levn Ln 651 Query Efficiency AuditorA

Checks redundant fetches, N+1 loops, over-fetching, missing bulk operations, wrong caching scope. Use when auditing query efficiency.

businesspythongo
0
9