一键导入
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.