بنقرة واحدة
report-doc-conflict
Open a GitHub Issue when contradictory instructions in markdown files cause confusion during work
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Open a GitHub Issue when contradictory instructions in markdown files cause confusion during work
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Add deny rules to protect settings and hook files from Claude Code modification. Run after a feature PR that adds/modifies settings or hooks has been merged.
Open a GitHub Issue when a PreToolUse hook blocks an action during development
| name | report-doc-conflict |
| description | Open a GitHub Issue when contradictory instructions in markdown files cause confusion during work |
| allowed-tools | Bash, Read, Glob |
| argument-hint | <description of the conflicting instructions> |
You are reporting a development blocker caused by contradictory or inconsistent instructions found in the project's markdown documentation. Your goal is to open a GitHub Issue so the conflict can be resolved.
The user's description of the conflict: $ARGUMENTS
Based on the user's description and the current conversation context, locate the specific conflicting instructions. You need:
The files may include any project markdown: CLAUDE.md, skill files (SKILL.md), ADRs (docs/adr/), planning docs (docs/plans/), or files under docs/claude/.
Read the relevant files to confirm the exact text and line numbers. Do not rely on memory alone — verify by reading.
If the conflict is within a single file (two sections contradict each other), that is also valid.
Determine how the contradiction affected work:
Propose how the conflict should be resolved. Options include:
Be specific — quote the proposed new text if possible.
Run gh issue create with:
docs-conflict: <short summary of the contradiction>docs-conflict label. If the label does not exist yet, create it first with gh label create docs-conflict --description "Contradictory instructions in project documentation" --color 0075CA.--body-file to preserve formatting:gh issue create --title "docs-conflict: ..." --label docs-conflict --body-file - <<'EOF'
## Conflicting Instructions
### Passage 1
**File:** `<file-path>` (lines X–Y)
<quoted text, indented 4 spaces>
### Passage 2
**File:** `<file-path>` (lines X–Y)
<quoted text, indented 4 spaces>
## The Contradiction
<clear explanation of how these instructions conflict>
## Impact
<how this affected the current work — what task was blocked or confused>
## Recommended Resolution
<specific proposal for how to resolve the conflict>
EOF
Print the issue URL when done.
After the issue is created, discuss with the user which instruction to follow for now so work can continue. Do not leave the ambiguity unresolved for the current task.