fabro-sh
- 4 skills
- 0 followers
- 15 hours ago last updated
- ▌ Verify · fabro-shBuild, launch, and drive the Quarry server + embedded browser UI for end-to-end verification of a change.
- ▌ Update Docs · fabro-sh bundleUpdate documentation in docs/public/ based on recent code changes. Reads git history since a watermark commit, maps changed files to doc pages, and makes surgical edits to keep docs in sync with code.
- ▌ Changelog · fabro-sh bundleGenerate and update the product changelog in Mintlify docs. Use when the user asks to update the changelog, add a changelog entry, document recent changes, or write release notes. Reads git history on main, filters to user-facing changes, and writes dated MDX files to docs/public/changelog/.
- ▌ Rust Style Guide · fabro-sh bundleApply this Rust style guide when writing, reviewing, refactoring, or configuring Rust code for this project. Covers Rust 2024/MSRV, library vs application conventions, public API design, errors, panics, ownership and cloning, async/Tokio/concurrency, tracing, rustfmt/Clippy, testing with nextest, and unsafe/macro policy. Also use when setting up new Rust projects, investigating Rust performance, verifying library releases, or reviewing Rust code changes.