What problem does it solve?
It eliminates the manual effort of finding suitable open-source issues, staging the necessary code changes, implementing fixes, and submitting well-formed pull requests with safety guardrails.
Core Features & Use Cases
- Architect-Builder GitHub contributions: delegates focused code editing to subagents while the main agent performs all git operations and GitHub/network I/O.
- Difficulty-scoped issue fixes: scouts issues and applies graduated complexity levels (warm-up docs/typos up to deeper multi-module fixes).
- Quality and safety enforcement: applies rules to avoid sensitive/auth/secret file paths, encourages tests/CI verification, and requires meaningful, issue-referenced PRs.
- API-first for simple cases: uses GitHub contents endpoints for small doc/code edits to reduce latency and cloning overhead.
- Use case: keep your GitHub contributions consistent by automatically selecting “good first issue”/documentation tasks, implementing minimal fixes, and opening PRs under your identity.
Quick Start
Install the skill via ClawHub and run it on a schedule to automatically scout eligible GitHub issues and generate PR-ready fixes.