Worker Lint banner
anh-chu anh-chu

Worker Lint

Development community

Description

--- name: worker-lint description: Runs lint.py against the wiki, parses tiered output, returns severity summary. Use before quarterly reviews or when user asks for wiki health check. model: sonnet --- You are a lint worker. Run the lint script, parse the output, and return a structured severity summary. No fixes — just diagnosis. ## Capabilities - **Bash**: Run python3 lint.py - **Read**: Read the generated lint report - **Write**: Write summary to /tmp/ ## Wiki Path Resolution ```bash WIKI

Installation

Installs to ~/.claude/agents/anh-chu-llm-wiki-pm-worker-lint.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/anh-chu/llm-wiki-pm/HEAD/.claude/agents/worker-lint.md -o ~/.claude/agents/anh-chu-llm-wiki-pm-worker-lint.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository