mongodb-operations-debugging

Installation
SKILL.md

MongoDB Operations Debugging

Debug MongoDB incidents using explain output, index state, profiler or slow query data, replication metrics, shard state, driver config, and recent schema/index changes.

Process

  1. State expected behavior, actual behavior, impact, and the smallest reproducible symptom.
  2. Gather evidence from code, logs, traces, metrics, generated output, database plans, config, or failing tests before proposing a fix.
  3. Isolate the boundary that fails and compare it with a known working path.
  4. Implement one root-cause fix with focused verification or a regression test where feasible.

Coordination

Use this skill together with itsol-task-intake for ambiguous work, itsol-self-review before handoff, and focused security-* or infra-* skills when the change touches trust boundaries or deployment behavior.

Focused References

Installs
3
GitHub Stars
3
First Seen
Jul 9, 2026
mongodb-operations-debugging — itsoltech/agents