ワンクリックで
nix-dotfiles
nix-dotfiles には fedeizzo から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Review Go code against Chatlayer team conventions and Go best practices. Use when: (1) reviewing Go code changes, (2) checking Go PRs/MRs, (3) validating Go patterns, (4) ensuring Go idioms. Triggers: 'review go', 'go code review', 'check go code', 'go patterns', 'review *.go'.
Manages version control with Jujutsu (jj), including rebasing, conflict resolution, and Git interop. Use when tracking changes, navigating history, squashing/splitting commits, or pushing to Git remotes.
Searches for TODO(pi) comments via ripgrep, generates a todo list, and addresses each item iteratively. Use when user invokes /local-review or asks to process code review comments.