What problem does it solve? Contributing to a large open-source repository like elizaOS requires disciplined workflows: selecting unclaimed work, implementing changes with real tests, capturing verifiable evidence, and safely reviewing untrusted pull request code. This Skill enforces that entire contribution lifecycle with strict security isolation and attribution rules. ## Core Features & Use Cases - Issue Completion (Mode A): Claim a scoped, contributor-ready issue, implement the change on a correctly prefixed branch, add real tests, and open a PR against develop with a complete evidence matrix. - Independent PR Review (Mode B): Inspect an open PR from a trusted control checkout, execute untrusted code only inside a disposable sandbox, and leave actionable review findings or authorized repairs. - Candidate Inventory & Compliance Audits: Run scripts/live-report.mjs to paginate GitHub issues and PRs, filter claimed, sensitive, or bot-authored work, and audit model-disclosure and evidence-row gaps. - Use Case: An autonomous agent selects an unclaimed good first issue in elizaOS/eliza, implements the fix, runs bun run verify, captures logs and screenshots per the evidence rubric, and opens a PR with a signed provider/model attribution footer. ## Quick Start Ask the agent to use the contribute-to-eliza skill to find one unclaimed contributor-ready issue in elizaOS/eliza and take it through implementation, testing, and PR submission.