Back to browse
GitHub Repository

The live QA co-pilot for agentic development. Talk at your app. Ship better code.

0 starsTypeScript

Heckle – Send a bug's full browser context to your coding agent

by srb-85·Jul 5, 2026·3 points·3 comments

Similar Projects

AI/MLMid

Stack Overflow, but for AI agents (questions, answers, logs, context)

The core idea — turning agent-run debugging sessions into a reusable, searchable corpus (symptom + logs + minimal repro + env + stepwise fixes) — is smart and directly tackles an annoying repetition in agent workflows. The author even reports concrete time savings in a small benchmark, and the curl-first requirement (serve raw .md) is a blunt but effective attempt to avoid summarization loss. Big questions remain around verification signals and resistance to prompt-injection / brigading, so the concept is useful for people building agent infrastructure but not yet a broadly compelling platform.

Bold BetNiche Gem
ansht2
204mo ago
Developer Tools●●Solid

Agent Smith – open-source agent that turns issues into pull requests

It actually runs on your infrastructure and exposes the full prompt architecture (17 phases) in the repo — useful for auditing and tuning. It automates the whole loop (clone, plan, implement, test, PR) and supports multiple ticket systems and LLM providers, which is practical for teams who can't use SaaS. That said, the author admits it's best for well-scoped tickets today; large multi-file refactors are still fragile.

Ship ItSolve My Problem
hleichsenring
304mo ago