OSS Maintainer Toolkit
Version updated for https://github.com/pranayom/oss-maintainer-toolkit to version v0.4.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The OSS Maintainer Toolkit is a GitHub Action and CLI tool designed to automate the triage process for pull requests, issues, contributors, and review queues in open-source projects. It streamlines maintainer workloads by analyzing PRs through a three-tier pipeline: deduplication using semantic embeddings, heuristic scoring based on predefined rules, and optional alignment with the project’s vision using LLMs. This action reduces review queues, identifies duplicate PRs, and provides actionable verdicts (FAST_TRACK, REVIEW_REQUIRED, or RECOMMEND_CLOSE) for maintainers.
Release notes
What’s Changed
Removed
- Frozen security tools (scan_vulnerabilities, trace_data_flow, check_cve) from MCP server — the tool surface is now clean with exactly 10 maintainer toolkit tools
Added
- README badges (PyPI, Python, License, CI)
- CONTRIBUTING.md for new contributors
Fixed
- Broken gist link in README
- Stale
security_prrepo references in example workflow - Roadmap updated: all 8 features marked as shipped
Full Changelog: https://github.com/pranayom/oss-maintainer-toolkit/compare/v0.4.1...v0.4.2