II.
LibrarySkill overview
Reference · livelib-skill:shared--quality-hooks
quality-hooks overview
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
Attributes
displayName
quality-hooks
description
Language-specific auto-lint/format/typecheck pipeline. Supports Python (ruff+pyright), TypeScript (prettier+eslint+tsc), Go (gofmt+golangci-lint). Auto-fix and convergence loops.
libraryPath
library/methodologies/pilot-shell/skills/quality-hooks/SKILL.md
contentSummary
## Auto-Fix Convergence Loop
When quality checks fail:
1. Apply all auto-fixable issues
2. Re-run quality checks
3. Repeat up to 3 times
4. Report remaining unfixable issues
## Quality Scoring
Composite score = weighted average:
- Lint: 25%
- Format: 15%
- Typecheck: 25%
- Tests: 35%
Target: 85/
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:feature-development·WorkflowFeature Development
lib_involves_role2
- role:tech-lead·RoleTech Lead
- role:backend-engineer·RoleBackend Engineer
lib_requires_skill_area2
- skill-area:agentic-loops·SkillAreaAgentic Loops
- skill-area:orchestration-loop·SkillAreaOrchestration Loop Engineering
Incoming edges
None.