用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nwiizo/dotfiles --skill home-fix-review-comments命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Add config to this macOS dotfiles repo. Use for env vars, fish abbreviations/functions/plugins, direct symlinked config files, tool integrations, shared agent config, and app config such as Neovim, Ghostty, Warp, Git, Bat, Atuin, tealdeer, and gh.
Add a package to this macOS dotfiles repo. Use when the user asks to install, add, or migrate a CLI package or GUI app, for example "add jq", "ripgrep を入れて", "lazygit 入れたい", "brew install foo を repo 管理に", "kubectl 追加して". Homebrew owns binaries here; update Brewfile, validate with brew bundle, apply with brew bundle, and verify the executable.
実装前の計画・設計・意思決定を、1問ずつの徹底インタビューで叩いて固める。共有理解に達するまで実装しない。Invoke manually before non-trivial implementation when a plan or design already exists and needs stress-testing.
基于 SOC 职业分类
正在显示 SKILL.md
| name | home-fix-review-comments |
| description | 直前の会話に含まれるレビュー結果を精査し、妥当な指摘に対してのみ修正を実施する。レビュアーの指摘がすべて正しいとは限らないため、各コメントを批判的に評価する。 |
直前の会話に含まれるレビュー指摘を精査し、妥当な指摘のみ修正を行う。
修正完了後、以下の形式でサマリーを出力すること。 サマリーの目的は「修正判断が適切だったかをユーザーがダブルチェックできること」であり、元の指摘内容・判断根拠を省略しすぎないこと。
各指摘について以下の3点を必ず記載する:
## レビュー対応サマリー
### 対応した指摘
#### code #1: [指摘の要点]
- **指摘内容**: [レビュアーが何を問題視したか]
- **修正内容**: [何をどう変えたか]
#### code #3 / simplify #2: [指摘の要点]
- **指摘内容**: [レビュアーが何を問題視したか]
- **修正内容**: [何をどう変えたか]
### 対応しなかった指摘
#### simplify #4: [指摘の要点]
- **指摘内容**: [レビュアーが何を問題視したか]
- **対応しない理由**: [技術的根拠]