@clinetools/comment-quality
v0.1.0
Published
Find outdated, misleading, or redundant comments. Detect TODO/FIXME/HACK markers. Score comment-to-code ratio.
Maintainers
Readme
Comment Quality Analyzer
Find outdated, misleading, or redundant comments. Detect TODO/FIXME/HACK markers. Score comment-to-code ratio.
Quick Start
npx @clinetools/comment-qualitySetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add comment-quality -- npx @clinetools/comment-qualityClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"comment-quality": {
"command": "npx",
"args": ["@clinetools/comment-quality"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
