Commitment Issues: A Tool That Analyzes and 'Buries' Unfinished GitHub Repos

A developer has created a web tool called Commitment Issues that analyzes GitHub repositories to determine if they're effectively dead projects, then generates a humorous 'burial' certificate for them. The tool is built on heuristics rather than machine learning.
How It Works
Users paste a GitHub repository URL into the tool, which then:
- Analyzes repository signals including commit frequency, last activity, and stars vs momentum
- Infers a likely "cause of death" for the project
- Generates a high-resolution death certificate
- Pulls the repository's "last words" from the final commit message
Development Process with Claude
The developer used Claude to:
- Explore different heuristics including time since last commit vs activity decay vs repository size
- Prototype the "death classification" logic before implementing it
- Debug inconsistent GitHub API responses, especially around forks and archived repositories
- Iterate on the tone so the output didn't feel generic or overfitted
Key Insights
The developer noted that Claude made it faster to test different approaches and edge cases without overengineering the solution. The "last words" feature proved particularly insightful, as many repositories end with commit messages like "fix later," "temporary hack," or "final commit before rewrite."
Availability
The tool is free to try at https://commitmentissues.dev/ with source code available at https://github.com/dotsystemsdevs/commitmentissues.
📖 Read the full source: r/ClaudeAI
👀 See Also

Agent Image Skills: Simple Image Hosting for Claude Code Agents
A developer built a simple image hosting service at https://images.labnocturne.com to solve the problem of Claude Code agents generating images with nowhere to store them. The service provides instant test keys via curl, auto-deletes files after 7 days, and includes Claude Code MCP skills for upload, file listing, and deletion.

ClawWatcher Reaches 200 Users, Reports $28K+ in Collective OpenClaw API Savings
ClawWatcher, a tool that tracks OpenClaw API costs in real-time, has reached 200 users. According to its creator, users have collectively saved over $28,000 in API costs, with an average cost reduction of 45%.

skill-depot: A Local-First Memory and Skill System for MCP-Compatible AI Agents
skill-depot is a retrieval system that stores agent knowledge as Markdown files and uses vector embeddings to semantically search and selectively load only relevant content. It runs 100% locally with no API keys, works with any MCP-compatible agent, and can be set up with npx skill-depot init.

Treck: A Chrome Extension That Captures Web Research and Uses Claude to Generate Documents
Treck is a Chrome extension that captures web research into projects and uses Claude to turn them into documents, quotes, and shareable pages. Bring your own API key.