What problem does it solve?
This Skill automates the process of managing GitHub issues for the Oris project, from implementation and validation to releasing new versions of the oris-runtime crate.
Core Features & Use Cases
- Issue-Driven Development: Automatically picks up the next GitHub issue and scopes code changes to its requirements.
- Automated Validation: Runs Rust code formatting (
cargo fmt) and tests (cargo test) to ensure code quality.
- Crate Publishing: Manages the process of versioning and publishing the
oris-runtime crate to crates.io.
- Workflow Automation: Closes issues and creates pull requests automatically upon successful release.
- Use Case: When a new bug is reported on GitHub, this Skill can take the issue, fix the bug, validate the fix, publish an updated
oris-runtime crate, and close the issue, all with minimal human intervention.
Quick Start
Use the oris-maintainer skill to take the next Oris GitHub issue through implementation, Rust validation, crate release, and issue closure.