一键导入
这个仓库中的 skills
Decide whether a decision in a user-agent conversation should be recorded as an ADR, and create the ADR when needed. Use when the conversation includes a decision signal (e.g., "OK", "let's do that", "その方針で行こう") and you must judge ADR necessity, then write a new ADR under docs/adr with the required template.
Root-cause-oriented bug fixing workflow with lateral impact investigation and recurrence-prevention guardrails. Use when users ask to fix defects/bugs and want analysis beyond immediate symptoms, horizontal scans for similar faults, and concrete prevention actions such as test additions, validations, static checks, and process safeguards. Trigger especially on requests like "根本原因", "水平展開", "再発防止", "ガードレール", "不具合修正の進め方".
Automate the "git status → diff summary → Japanese commit message → git commit" workflow. Use when a user wants Codex to review pending changes, describe the diff, draft a Japanese commit message, and perform `git commit` after confirmation.