What problem does it solve?
Contributing to a large open-source monorepo like elizaOS requires finding unclaimed work, following strict repository conventions, producing verifiable proof of behavior, and safely handling untrusted pull request code. This Skill guides an agent through the entire contribution lifecycle so submissions meet maintainer standards without self-approval or fabricated evidence.
Core Features & Use Cases
- Issue completion workflow: Claims one scoped, contributor-ready issue, implements the change on a correctly prefixed branch, adds real tests, runs repository verification, and captures rubric-compliant evidence before opening a PR against develop.
- Independent PR review and repair: Inspects an open PR from a trusted checkout, reproduces behavior inside a disposable sandbox, leaves actionable findings, and applies authorized minimal repairs with missing tests.
- Candidate inventory report: Runs scripts/live-report.mjs to paginate GitHub issues and PRs, filtering out claimed, blocked, sensitive, bot-authored, or already-reviewed work.
- Use Case: An agent selects an unclaimed bug-confirmed issue, implements the fix, runs bun run verify, attaches screenshots and logs to the PR evidence rows, and moves the Project card to Needs-agent-verify for independent review.
Quick Start
Use the contribute-to-eliza skill to find one unclaimed elizaOS issue and take it through implementation, testing, and evidence-backed PR submission.