Project Templates์ถœ์ฒ˜: Show HN์กฐํšŒ์ˆ˜ 6

Show HN: Codereport โ€“ track TODOs, refactors, and bugs in your repo with a CLI

By pulko
2026๋…„ 2์›” 19์ผ
**Show HN: Codereport โ€“ track TODOs, refactors, and bugs in your repo with a CLI**

I got tired of TODOs, temporary hacks, and refactors that never get addressed. In most repos I work on:- TODOs are scattered across files/apps/messages - โ€œCriticalโ€ fixes donโ€™t actually block people from collecting debt - PR comments or tickets arenโ€™t enough actionableSo I built codereport, a CLI that stores structured follow-ups in the repo itself (.codereports/). Each report tracks:- file + line range (src/foo.rs:42-88) - tag (todo, refactor, buggy, critical) - severity (you can configure it to be blocking in CI) - optional expiration date - owner (CODEOWNERS โ†’ git blame fallback)You can list, resolve, or delete reports, generate a minimal HTML dashboard with heatmaps and KPIs, and run codereport check in CI to fail merges if anything blocking or expired is still open.Itโ€™s repo-first, and doesnโ€™t rely on any external services.Iโ€™m curious:Would a tool like this fit in your workflow. Is storing reports in YAML in the repo reasonable. Would CI enforcement feel useful or annoying?CLI: https://crates.io/crates/codereport + codereport.pulko-app.com Comments URL: https://news.ycombinator.com/item?id=47067795 Points: 2 # Comments: 0

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” Show HN์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.