원클릭으로
lint-drift
Scan codebase for pattern drift and generate targeted cleanup PRs. Entropy control for agent-generated code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scan codebase for pattern drift and generate targeted cleanup PRs. Entropy control for agent-generated code.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Autonomous build loop with Karpathy ratcheting, GAN evaluator, and session chaining. Iterates story groups until all features pass or stopping criteria met.
Socratic interview to create a Business Requirements Document. First step in the SDLC pipeline.
Generate system architecture, machine-readable schemas, and UI mockups. Spawns planner + ui-designer concurrently.
Evaluation patterns — sprint contract format, three-layer verification, scoring rubric references.
Standard GitHub issue workflow. Branch, reproduce, fix, test, PR.
Generate production code and tests for a story group using agent teams for parallel execution.
| name | lint-drift |
| description | Scan codebase for pattern drift and generate targeted cleanup PRs. Entropy control for agent-generated code. |
| context | fork |
Inspired by OpenAI's "garbage collection" pattern: as agents replicate code, patterns drift. This skill scans for deviations from golden principles and generates targeted refactoring PRs.
/lint-drift # full scan
/lint-drift src/service/ # scan specific directory
/lint-drift --auto-fix # scan + generate fix PRs
.claude/skills/code-gen/SKILL.md for golden principles.claude/state/learned-rules.md for project-specific rulesspecs/reviews/drift-report.md:
--auto-fix: generate targeted commits for CLEANUP items