ワンクリックで
flameview
flameview には AaronFriel から収集した 4 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Profile flameview itself under high sample rates and heavy folded inputs, identify parser/viewer hotspots, and validate improvements with benches/tests. Use when optimizing flameview performance or verifying regressions after profiler-related changes.
Profile Rust binaries on Linux using cargo flamegraph/perf custom events, keep folded stacks, and inspect them with flameview. Use when you need repeatable CPU/custom-event profiling with minimal dependencies, or when converting allocation profiles into flameview-ingestible folded stacks.
Drive interactive flameview terminal sessions and verify UX behavior (columns, filters, navigation, auto-expand). Use when a task requires launching flameview on folded stacks, exercising key bindings, reproducing TUI bugs, or capturing manual UX validation steps.
Create and maintain snapshot-style regression tests for flameview interactive UI by replaying key sequences and asserting textual screen snapshots with Insta. Use when UI layout, key handling, filters, or heuristics change and you need deterministic regression coverage.