ワンクリックで
rixie
rixie には madogiwa0124 から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
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.