opencode-reviewer
opencode-reviewer contém 3 skills coletadas de aaudin90, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Read all Go source files (cmd/, internal/) and generate a detailed architecture flow diagram with Unicode box-drawing. Covers CLI entry, config resolution, workspace setup, pipeline stages, runner HTTP API, diff pipeline, and key invariants. Output in Russian. Use when: user says 'arch-flow', 'architecture', 'архитектура', 'flow diagram', 'диаграмма', or asks to visualize/document the system architecture.
Create atomic git commits from current changes. Splits staged/unstaged changes into logical groups (refactoring, feature, bugfix, deps), creates one commit per context with branch-name prefix. Cleans up Co-Authored-By footers. Use when: user says 'commit', 'make commit', 'закоммить', 'сделай коммит', 'split commits', or asks to commit current work.
Reshape all commits in the current branch into clean atomic commits. Soft-resets all branch commits back to working tree, then re-commits as logical groups following make-commit convention. Rewrites history — asks for confirmation first. Use when: user says 'recommit', 'переделай коммиты', 'rewrite commits', 'squash and split', 'reorganize commits', or wants to redo/restructure existing branch commits.