スキル一覧に戻る
tdorsey

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日
GitHubで見るManusで実行

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 == false or dirty).
  • The PR has the status:merge-conflict label applied.
  • The goal is to resolve conflicts, not to add new functionality.

Core Responsibilities

  1. Resolve merge conflicts with minimal, targeted changes.
  2. Ensure no conflict markers remain in the codebase.
  3. Preserve the intended behavior from both branches.
  4. 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 check and make test succeed).
  • No workflow runs are failing after conflict resolution.
  • The pull request is mergeable and ready for review.
  1. Identify conflicting files and understand intent from each branch.
  2. Resolve conflicts with the smallest possible edits.
  3. 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

レビュー

💬

レビュー機能は近日公開予定です