with one click
rixie
rixie contains 3 collected skills from madogiwa0124, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Generates a structured Git commit message (header + Motivation / Overview / Main Changes / Breaking Changes sections) from staged diffs. Use proactively whenever creating a git commit — do not write commit messages manually. Also use when the user explicitly asks to write or generate a commit message.
Run an evidence-based audit of this repository and produce a scored evaluation report covering architecture, code quality, public API design, testing, security, robustness, documentation, packaging, and performance. Use when asked to evaluate the repository's quality, find improvement points, or assess release readiness.
Run the smoke test against local Ollama to verify core features work with a real LLM. Invoke proactively (without being asked) after completing any change that touches: LLM adapter streaming or tool call accumulation, Agent think/llm_call loop, EventListener, Session#chat or Session#live, Strategy execution, or LLM::Client routing. These are areas where dummy-based unit tests pass but real LLM behavior can diverge.