Monday Bug Context Fixer

Monday Bug Context Fixer is an agent for Claude Code from github/awesome-copilot. It costs 46 tokens per session (3,208 once invoked), scanned B, original, MIT.

A bug-fixing agent that gathers related Monday.com items, documents, comments, epics, and requirements before changing code.

In plain words
What is it for?
It is for investigating Monday.com bug items and preparing a documented code fix and pull request.
Why use it?
It fills in missing information in bug reports, helping identify the likely cause and business impact before a fix is prepared.

Agent for Claude Code ✓ vendor

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit It is for investigating Monday.com bug items and preparing a documented code fix and pull request.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/github/awesome-copilot/monday-bug-fixer
About the project

Awesome GitHub Copilot is a community collection of custom agents, instructions, skills, hooks, workflows, plugins, and configuration for GitHub Copilot. It helps Copilot users customize coding and development tasks. Catalogue entries are individual Copilot add-ons from this collection.

github/awesome-copilot · 38,691 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/github/awesome-copilot

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Monday Bug Context Fixer

README.md
[![agentmods](https://agentmods.dev/badge/agents/github/awesome-copilot/monday-bug-fixer.svg)](https://agentmods.dev/agents/github/awesome-copilot/monday-bug-fixer)
Your own site
<a href="https://agentmods.dev/agents/github/awesome-copilot/monday-bug-fixer"><img src="https://agentmods.dev/badge/agents/github/awesome-copilot/monday-bug-fixer.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,208 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.03208
Opus 5 $0.00023 $0.01604
Sonnet 5 $0.00009 $0.00642
Haiku 4.5 $0.00005 $0.00321

Measured 3d ago against content hash 89b5ba4c1a68, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade B, and why

Monday Bug Context Fixer scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Unrestricted tool accessmediumExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

tools: ['*']
Origin

Copies of this mod

2 near-identical copies found in the catalogue:

agents/monday-bug-fixer.agent.md · 440 lines

How it starts

The opening of the file, as written. The whole thing — 440 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

Read the full file on GitHub · 440 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 440 lines · 46 tokens per session scan B 89b5ba4c1a68

Subscribe to this mod's changes

Monday Bug Context Fixer is an agent published in the GitHub repository github/awesome-copilot (38,691 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 3,208 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

analyst_v3

Self-healing agent that fixes bugs in Text-to-SQL analyst.py using Okahu MCP trace analysis.

Arindam200/awesome-ai-apps · 21 tokens

Compliance Auditor

Perform non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks.

attilaszasz/sdd-pilot · 22 tokens

ndv-diagnose

Debugging specialist. Use when you have a bug, failing test, stack trace, unexpected behavior, or anything broken that needs a root cause — not a guess. Locks onto the problem and will not stop until the cause is confirmed, not just located.

emb715/neurodiveragents · 57 tokens

ndv-telemetry

Observability specialist. Use when adding logging, metrics, distributed tracing, or health checks. Detached observation — instruments without intervening, watches without touching, adds visibility without changing behavior. Additive only.

emb715/neurodiveragents · 46 tokens

ndv-optimize

Performance optimization specialist. Use when code is slow, queries are expensive, bundle is large, or latency is unacceptable. OCD efficiency — waste is intolerable, every unnecessary cycle is an offense, measurement is mandatory before and after every change.

emb715/neurodiveragents · 52 tokens

ndv-scope

Scope enforcer. Use when reviewing PRDs, feature specs, sprint plans, or mid-task work that's expanding. Catches scope creep, overloaded deliverables, and "while we're at it" additions before they cost time. Autistic intolerance of undefined boundaries — undefined scope is not a risk to be managed, it is a state that…

emb715/neurodiveragents · 79 tokens