All SkillsGet Started Free
Ln 740 Quality Setup
Sets up linters, pre-commit hooks, and test infrastructure. Use when adding code quality tooling to a project.
MCP get_skill({ skillId: "ln-740-quality-setup-ce4318aa" })Use this skill with your agent
Create a free account and connect via MCP
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory. # ln-740-quality-setup **Type:** L2 Domain Coordinator **Category:** 7XX Project Bootstrap **Parent:** ln-700-project-bootstrap Coordinates code quality tooling configuration for the project. --- ## Purpose & Scope **Does:** - Detects project technology stack (TypeScript/React, .NET, Python) - Checks for existing quality configurations - Delegates to specialized workers for each quality aspect - Verifies final configuration works correctly **Does NOT:** - Generate configuration files directly (workers do this) - Modify source code - Run in isolation (requires ln-720 structure first) --- ## When to Use | Trigger | Action | |---------|--------| | After ln-720-structure-migrator completes | Automatic delegation from ln-700 | | Manual quality setup needed | Invoke directly with project path | | Existing project needs quality tools | Run with existing config detection | --- ## Workflow Overview | Phase | Action | Output | |-------|--------|--------| | 1 | Stack Detection | Identified technologies | | 2 | Existing Config Check | Skip/merge/replace decisions | | 3 | Parallel Delegation | Worker invocations | | 4 | Verification | Working quality pipeline | --- ## Phase 1: Stack Detection
#agile-workflow#code-review#code#qualityfilesystem-access