← スキル一覧に戻る

pr-conflict-resolution
by tdorsey
A comprehensive tool for detecting corrupted video files using FFmpeg and optionally syncing healthy files to your Trakt.tv watchlist
⭐ 0🍴 0📅 2026年1月20日
SKILL.md
name: pr-conflict-resolution description: Skill for resolving pull request merge conflicts in the Corrupt Video File Inspector project
PR Conflict Resolution Skill
This skill focuses on resolving merge conflicts in pull requests and restoring mergeability without introducing new features or unrelated changes.
When to Use
- A pull request is not mergeable (
mergeable == falseordirty). - The PR has the
status:merge-conflictlabel applied. - The goal is to resolve conflicts, not to add new functionality.
Core Responsibilities
- Resolve merge conflicts with minimal, targeted changes.
- Ensure no conflict markers remain in the codebase.
- Preserve the intended behavior from both branches.
- Validate that required checks pass when available.
Boundaries and Tool Usage
- Do not implement new features, enhancements, or refactors.
- Avoid unrelated formatting or cleanup changes.
- Do not update dependencies unless required to resolve the conflict.
- Use existing tools (
make check,make test) instead of adding new scripts. - Avoid destructive git operations (force push, rebase) unless explicitly required.
Definition of Done
- No conflicted files remain in the working tree.
- No test failures are introduced (
make checkandmake testsucceed). - No workflow runs are failing after conflict resolution.
- The pull request is mergeable and ready for review.
Recommended Steps
- Identify conflicting files and understand intent from each branch.
- Resolve conflicts with the smallest possible edits.
- Re-run checks to confirm a clean resolution.
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です