OSS Autopilot
Plugin Verified ActiveAI-powered autopilot for managing open source contributions - track PRs, respond to maintainers, discover issues, and maintain contribution velocity
To streamline and enhance the process of contributing to open source projects by providing AI assistance for managing PRs, discovering issues, and improving overall contribution efficiency.
Features
- AI-powered PR tracking and response drafting
- CI failure diagnosis and merge conflict resolution
- Issue discovery based on user preferences and repo health
- Pre-commit review and compliance checks
- Multiple deployment models: Claude Code plugin, MCP server, CLI
Use Cases
- Use when you need to efficiently manage your open source PRs.
- Use when looking for new contribution opportunities aligned with your skills.
- Use when you want to ensure your contributions meet project standards before submission.
- Use to improve your workflow and strategy for contributing to open source.
Non-Goals
- Managing contributions on platforms other than GitHub.
- Providing team-level dashboards or multi-user workflows.
- Automatically posting code or comments without user approval.
Workflow
- Run /oss to check PR status and get action recommendations.
- Address flagged PRs (rebase, CI fixes, review responses).
- Use /oss-search to find new issues when capacity allows.
- Implement fixes/features following the draft-first workflow (plan → review → code → push).
- Use /setup-oss to configure preferences and ensure CLI is built.
Practices
- Code quality
- Security
- Test design
- Error handling
- Contribution etiquette
Prerequisites
- GitHub CLI (`gh`) installed and authenticated
- Node.js (v22+ recommended)
- pnpm (recommended for development/builds)
Installation
First, add the marketplace
/plugin marketplace add costajohnt/oss-autopilot/plugin install oss-autopilot@oss-autopilotContains 3 extensions
Skill (3)
This skill should be used when writing commits, PRs, or comments that will be visible to OSS maintainers — it covers the no-AI-attribution rule, AI-tell avoidance in writing, and the situations where a human contributor should respond instead of the AI tool. Sibling to oss-contribution and pr-etiquette.
This skill should be used when the user is working on open source contributions, responding to maintainer feedback, writing PR descriptions, working on issues, following up on dormant PRs, or needs guidance on open source etiquette and best practices.
This skill should be used when responding to maintainer review feedback, writing or reviewing PR descriptions, following up on dormant PRs, validating PR quality before submission, or deciding how to communicate with maintainers. Sibling to oss-contribution and contribution-ethics.
Quality Score
VerifiedTrust Signals
Similar Extensions
Claude Hud
100Real-time statusline HUD for Claude Code - displays context usage, tool activity, agent tracking, and todo progress
Review Agent Governance
99Require a human approval signal before an AI agent can post PR reviews, comments, merges, or writes to CI config. Cedar-gated, receipt-signed, designed for the Hermes-style failure mode where a review bot posts without oversight.
Performance Testing Review
99Performance analysis, test coverage review, and AI-powered code quality assessment
Comprehensive Review
99Multi-perspective code analysis covering architecture, security, and best practices
Skill Improver
99Automatically reviews and fixes Claude Code skills through iterative refinement until they meet quality standards. Requires plugin-dev plugin.