원클릭으로
rixie
rixie에는 madogiwa0124에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 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.