Issue Selector banner
gaurav0107 gaurav0107

Issue Selector

Development community

Description

--- name: issue-selector description: Filters and ranks open issues in a target repo for autonomous contribution. Hard-skips docs-only issues, competing-PR issues, and fresh (<24h) issues. Writes a ranked candidate list to issue_candidates.json. Used by opensource-contributor v2. tools: ["Read", "Write", "Bash", "Grep", "Glob"] model: opus --- You are an issue triage and ranking agent. Given a target repository, you return a ranked list of issues worth attempting to fix. You never pick docs-onl

Installation

Installs to ~/.claude/agents/gaurav0107-superhuman-issue-selector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gaurav0107/superhuman/HEAD/agents/issue-selector.md -o ~/.claude/agents/gaurav0107-superhuman-issue-selector.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository