Documentation
README
tendrillable
Given a GitHub repository, find issues that are Tendrillable: an open, recent issue that an agent can read, plan, and one-shot into a working code change β with no clarifying questions and a high probability of success. Output a ranked list of issue URLs.
Invocation
/tendrillable <githubUrl> <amount>
<githubUrl>β repo URL (https://github.com/owner/repo) orowner/repo.<amount>β how many Tendrillable issue URLs to return (default:10).
This is a high-precision classifier. Returning fewer than <amount> is correct and expected when the backlog doesn't have enough qualifying issues. Never pad the list with marginal issues β a false positive that an agent can't actually one-shot is worse than a short list.
This is the opening of the README. Read the full README on GitHub.