What problem does it solve?
Tracking the progress of a multi-phase Rust porting effort across many plan documents is difficult without a consolidated view. This Skill aggregates the status of each plan doc and surfaces recent commits so contributors can quickly see what is done and what remains.
Core Features & Use Cases
- Plan Document Inventory: Lists every numbered plan doc in
compiler/docs/rust-port/ along with its title and status line.
- Remaining Work Detection: Flags plan docs that still contain "Remaining Work" items.
- Commit Correlation: Runs
git log queries to surface recent commits referencing each plan doc and the [rust-compiler] tag.
- Use Case: A contributor joining the React compiler Rust port can run this Skill to get a single summary table of all plan doc statuses plus the ten most recent rust-compiler commits, immediately orienting themselves in the project.
Quick Start
Show me the current status of the Rust compiler port, including all plan documents and recent rust-compiler commits.