magpie
Open-source project maintenance: PR triage, security handling, releases
All Skills in This Repository (70)
Pure Emerald Level Indicatorsmagpie-dependency-license-audit
Audit dependency licenses and classify them against configurable policies.
magpie-pre-first-pr-check
Check local branches against contribution guidelines before opening a pull request.
magpie-pr-management-quick-merge
Identify and rank trivial GitHub pull requests for fast manual review.
magpie-pairing-multi-agent-review
Review source code for correctness, security, and conventions across three passes.
magpie-release-prepare
Automate Apache release preparation by creating planning issues and PRs via GitHub API.
magpie-pr-management-stats
Generate GitHub PR backlog statistics with health ratings and prioritized actions.
magpie-release-verify-rc
Verify Apache release candidate artefacts, GPG signatures, checksums, and license headers.
magpie-newcomer-issue-explainer
Explain open GitHub issues to new contributors with key file paths.
magpie-flaky-test-triage
Classify GitHub Actions CI jobs as flaky, broken, or clean from run data.
magpie-release-rc-cut
Automates ASF release candidate creation with gpg signing, checksums, and staging.
magpie-contributor-activity-sweep
Summarize GitHub PRs, reviews, issues, and comments for ASF contributors.
magpie-setup-override-upstream
Convert local Magpie framework overrides into feature pull requests.
Frequently Asked Questions
FAQPage SchemaHow to install Apache Magpie?โผ
Run `npx skills add apache/magpie --all -g -y` in your terminal to install all skills globally. Alternatively, adopt it into a project repo as a pinned snapshot by following the install recipes in the repository's docs/setup folder.
What does Apache Magpie do for open-source maintainers?โผ
It automates repetitive maintenance work: triaging PR queues, reproducing and reassessing old issues, handling security reports through CVE allocation and advisory publication, verifying release candidates, and drafting newcomer mentoring replies.
Can Magpie merge PRs or publish releases on its own?โผ
No. Every state-changing action is a proposal the maintainer explicitly confirms, and the framework never holds signing keys, merges PRs, or publishes releases by design.
Which AI agents work with Apache Magpie?โผ
All skills use the vendor-neutral SKILL.md format and run in Claude Code, Codex, Cursor, Gemini CLI, GitHub Copilot, Windsurf, Goose, and other agents that read the shared .agents/skills/ path.
Is Apache Magpie only for Apache Software Foundation projects?โผ
No. The framework is project-agnostic; ASF-specific behavior (release votes, CVE tooling, PMC rosters) is supplied through each adopting project's own configuration directory.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core