ソース情報
- リポジトリ
- sapegin/dotfiles
- ソースの最終更新活動
- 2026年8月19日 10:07
- 検出された 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 fix-pr-ciコマンドは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.
SKILL.md を表示中
| name | fix-pr-ci |
| description | Analyze and fix CI failures for current pull request. |
| disable-model-invocation | true |
Fetch failing CI logs, identify the root causes, and make the smallest code changes needed to fix all reported failures.
Run the CI log checker:
git-ci-logs
It reports failed checks, fetches failed GitHub Actions logs, and identifies checks whose logs are external. If it cannot find a pull request for the current branch, stop and ask the user how to proceed.
Analyze before editing:
Fix failures with minimal edits:
Validate locally with the closest matching commands from the logs first, then broader project validation when available. Examples:
npm test
npm run lint
Report concisely: