ソース情報
- リポジトリ
- sapegin/dotfiles
- ソースの最終更新活動
- 2026年8月5日 10:06
- 検出された SKILL.md の言語
- 英語
- スター
- 534
- フォーク
- 51
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/sapegin/dotfiles --skill agent-commentsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Review a diff for local code quality, AI-generated slop, and polish in application code, configuration, documentation, and agent artifacts.
Review a diff for requirements, behavior, APIs, architecture, and maintainability across code, configuration, documentation and agent artifacts.
Audit every local skill for predictable behavior, sound structure, and prompt quality.
SOC 職業分類に基づく
SKILL.md を表示中
| name | agent-comments |
| description | Scan project for agent code comments and fix them. |
| disable-model-invocation | true |
Find and fix every AI: comment in the current project.
From the project root (or the path the user gave):
agent-comments
Empty output means there is nothing to fix — say so and stop.
Each comment is a block:
path/to/file.ts:42
The instruction text
Blocks are separated by a blank line. The first line is file:line; the rest is the instruction.
Work through every comment before re-scanning.
AI: comment only after an actionable instruction has been fixed.Prefer fixing comments in dependency order when one fix clearly unblocks another (types before callers, shared helpers before usages).
Re-run agent-comments after all fixes. Repeat the fix loop until the scanner reports no comments or every remaining comment has been deliberately skipped. If skipped comments remain, report that the scanner is still non-empty and why each comment was retained.
Then run the project’s usual validation (tsc, linter, tests) when available. Fix failures caused by your changes.
Summarize:
file:line — one line on what changedIf nothing was found initially, one sentence is enough.