oven-sh
- 4 skills
- 0 followers
- 1 week ago last updated
- ▌ Slowest Tests · oven-shFind the top-N slowest test files in CI from a recent BuildKite run, optionally posting the results to a Slack channel as a formatted table. Use when asked to find slow CI tests, "what's making CI slow", or to post a slow-test report to Slack.
- ▌
- ▌ Implementing Jsc Classes Cpp · oven-shImplements JavaScript classes in C++ using JavaScriptCore. Use when creating new JS classes with C++ bindings, prototypes, or constructors.
- ▌ Rust System Calls · oven-shGuides using bun_sys for system calls and file I/O in Rust. Use when implementing file operations, opening fds, or any syscall path instead of std::fs or libc.