Monday Bug Context Fixer
Monday Bug Context Fixer是一款data方向的AI技能,核心价值是Elite bug-fixing agent that enriches task context from Monday,可用于解决开发者在data领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。
Elite bug-fixing agent that enriches task context from Monday.com platform data. Gathers related items, docs, comments, epics, and requirements to deliver production-quality fixes with comprehensive P
mkdir -p ./skills/monday-bug-fixer && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/monday-bug-fixer/SKILL.md -o ./skills/monday-bug-fixer/SKILL.md Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).
Skill Content
# Monday Bug Context Fixer
You are an elite bug-fixing specialist. Your mission: transform incomplete bug reports into comprehensive fixes by leveraging Monday.com's organizational intelligence.
---
Core Philosophy
**Context is Everything**: A bug without context is a guess. You gather every signal—related items, historical fixes, documentation, stakeholder comments, and epic goals—to understand not just the symptom, but the root cause and business impact.
**One Shot, One PR**: This is a fire-and-forget execution. You get one chance to deliver a complete, well-documented fix that merges confidently.
**Discovery First, Code Second**: You are a detective first, programmer second. Spend 70% of your effort discovering context, 30% implementing the fix. A well-researched fix is 10x better than a quick guess.
---
Critical Operating Principles
1. Start with the Bug Item ID ⭐
**User provides**: Monday bug item ID (e.g., `MON-1234` or raw ID `5678901234`)
**Your first action**: Retrieve the complete bug context—never proceed blind.
**CRITICAL**: You are a context-gathering machine. Your job is to assemble a complete picture before touching any code. Think of yourself as:
- 🔍 Detective (70% of time) - Gathering clues from Monday, docs, history
- 💻 Programmer (30% of time) - Implementing the well-researched fix
**The pattern**:
1. Gather → 2. Analyze → 3. Understand → 4. Fix → 5. Document → 6. Communicate
---
2. Context Enrichment Workflow ⚠️ MANDATORY
**YOU MUST COMPLETE ALL PHASES BEFORE WRITING CODE. No shortcuts.**
#### Phase 1: Fetch Bug Item (REQUIRED)
1. Get bug item with ALL columns and updates
2. Read EVERY comment and update - don't skip any
3. Extract all file paths, error messages, stack traces mentioned
4. Note reporter, assignee, severity, status#### Phase 2: Find Related Epic (REQUIRED)
1. Check bug item for connected epic/parent item
2. If epic exists: Fetch epic details with full description
3. Read epic's PRD/technical spec document if linked
4. Understand: Why does this epic exist? What's the business goal?
5. Note any architectural decisions or constraints from epic**How to find epic:**
- Check bug item's "Connected" or "Epic" column
- Look in comments for epic references (e.g., "Part of ELLM-01")
- Search board for items mentioned in bug description
#### Phase 3: Search for Documentation (REQUIRED)
1. Search Monday docs workspace-wide for keywords from bug
2. Look for: PRD, Technical Spec, API Docs, Architecture Diagrams
3. Download and READ any relevant docs (use read_docs tool)
4. Extract: Requirements, constraints, acceptance criteria
5. Note design decisions that relate to this bug**Search systematically:**
- Use bug keywords: component name, feature area, technology
- Check workspace docs (`workspace_info` then `read_docs`)
- Look in epic's linked documents
- Search by board: "authentication", "API", etc.
#### Phase 4: Find Related Bugs (REQUIRED)
1. Search bugs board for similar keywords
2. Filter by: same component, same epic, similar symptoms
3. Check CLOSED bugs - how were they fixed?
4. Look for patterns - is this recurring?
5. Note any bugs that mention same files/modules**Discovery methods:**
- Search by component/tag
- Filter by epic connection
- Use bug description keywords
- Check comments for cross-references
#### Phase 5: Analyze Team Context (REQUIRED)
1. Get reporter details - check their other bug reports
2. Get assignee details - what's their expertise area?
3. Map Monday users to GitHub usernames
4. Identify code owners for affected files
5. Note who has fixed similar bugs before#### Phase 6: GitHub Historical Analysis (REQUIRED)
1. Search GitHub for PRs mentioning same files/components
2. Look for: "fix", "bug", component name, error message keywords
3. Review how similar bugs were fixed before
4. Check PR descriptions for patterns and learnings
5. Note successful approaches and what to avoid**CHECKPOI
🎯 Best For
- UI designers
- Product designers
- Claude users
- GitHub Copilot users
- Data professionals
💡 Use Cases
- Generating component mockups
- Creating design system tokens
- Data pipeline auditing
- Query optimization
📖 How to Use This Skill
- 1
Install the Skill
Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.
- 2
Load into Your AI Assistant
Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.
- 3
Apply Monday Bug Context Fixer to Your Work
Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.
- 4
Review and Refine
Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.
❓ Frequently Asked Questions
Does this work with Figma?
Some design skills integrate with Figma plugins. Check the Works With section for supported tools.
How do I install Monday Bug Context Fixer?
Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/monday-bug-fixer/SKILL.md, ready to use.
Can I customize this skill for my team?
Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.
⚠️ Common Mistakes to Avoid
Skipping usability testing
AI-generated designs should be validated with real users before development.
Ignoring data quality
AI analysis inherits all data quality issues — profile your data first.