Back to authors
levnikolaevich

levnikolaevich

51 Skills published on GitHub.

ln-401-task-executor

Executes implementation tasks (Todo -> In Progress -> To Review). Follows KISS/YAGNI, guides, quality checks. Not for test tasks.

implementation-workflowtask-automationquality-managementbest-practices
implView skill →

ln-310-story-validator

This skill should be used to validate and auto-fix Stories/Tasks against 2025 standards. Penalty Points system (goal = 0), delegates to ln-002 for documentation, Plan Mode support. Auto-discovers team/config.

standards-compliancetask-automationquantitative-scoring
verifyView skill →

ln-501-code-quality-checker

Worker that checks DRY/KISS/YAGNI/architecture/guide compliance for Done implementation tasks. Reports issues; does not change statuses or create tasks.

code-qualitystatic-analysisstandards-compliancecode-smell
verifyView skill →

ln-404-test-executor

Executes Story Finalizer test tasks (label "tests") from Todo -> To Review. Enforces risk-based limits and priority.

test-automationtask-automationqueueing-model
workerView skill →

ln-503-manual-tester

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

shell-scriptingbashmanual-testingacceptance-criteria
verifyView skill →

ln-600-docs-auditor

Audit project documentation quality across 6 categories (Hierarchy, SSOT, Compactness, Requirements, Actuality, Legacy). 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.

compliance-auditquality-metricsdocumentation-audit
docsView skill →

ln-502-regression-checker

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

ci-cdautomated-testingregression-testingframework-detection
ciView skill →

ln-510-test-planner

Plans Story test task by Risk-Based Testing after manual testing. Calculates priorities, selects E2E/Integration/Unit, delegates to ln-301-task-creator. Invoked by ln-500-story-quality-gate.

risk-managementtest-planningunit-testingintegration-testingend-to-end-testing
workflowView skill →

ln-620-codebase-auditor

Coordinates 9 specialized audit workers (security, build, architecture, code quality, dependencies, dead code, observability, concurrency, lifecycle). Researches best practices, delegates parallel audits, aggregates results into single Linear task in Epic 0.

codebase-analysisstatic-analysissecurity-assessmentcode-quality
workflowView skill →

ln-635-test-isolation-auditor

Test Isolation + Anti-Patterns audit worker (L3). Checks isolation (APIs/DB/FS/Time/Random/Network), determinism (flaky, order-dependent), and 6 anti-patterns.

automated-testingcode-qualitytest-isolationanti-patterns
verifyView skill →

ln-625-dependencies-auditor

Dependencies and reuse audit worker (L3). Checks outdated packages, unused dependencies, reinvented wheels, custom implementations of standard library features. Returns findings with severity, location, effort, recommendations.

static-analysiscode-qualitypackage-management
workerView skill →

ln-624-code-quality-auditor

Code quality audit worker (L3). Checks cyclomatic complexity, deep nesting, long methods, god classes, O(n²) algorithms, N+1 queries, magic numbers, decentralized constants, duplicate constants. Returns findings with severity, location, effort, recommendations.

static-analysiscode-qualitycode-smellcyclomatic-complexity
code-intelligenceView skill →

ln-621-security-auditor

Security audit worker (L3). Scans codebase for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.

static-analysisvulnerability-scanningsql-injectionxss
securityView skill →

ln-627-observability-auditor

Observability audit worker (L3). Checks structured logging, health check endpoints, metrics collection, request tracing, log levels. Returns findings with severity, location, effort, recommendations.

observabilitylogsmetricstracingmonitoring
verifyView skill →

ln-626-dead-code-auditor

Dead code & legacy audit worker (L3). Checks unreachable code, unused imports/variables/functions, commented-out code, backward compatibility shims, deprecated patterns. Returns findings.

static-analysiscode-cleanupcode-smellcode-modernizationcompatibility
maintenanceView skill →

ln-631-test-business-logic-auditor

Business Logic Focus audit worker (L3). Detects tests that validate framework/library behavior (Prisma, Express, bcrypt, JWT, axios, React hooks) instead of OUR code. Returns findings with REMOVE decisions.

static-analysiscode-reviewcode-smelltesting
code-intelligenceView skill →

ln-628-concurrency-auditor

Concurrency audit worker (L3). Checks race conditions, missing async/await, resource contention, thread safety, deadlock potential. Returns findings with severity, location, effort, recommendations.

static-analysiscode-reviewconcurrencyasynchronous-programming
code-intelligenceView skill →

ln-632-test-e2e-priority-auditor

E2E Critical Coverage audit worker (L3). Validates E2E coverage for critical paths (Money 20+, Security 20+, Data 15+). Pure risk-based - no pyramid percentages.

e2e-testingtest-coveragerisk-based-testingcritical-path-testing
verifyView skill →

Page 2 of 3 · 51 results