pitfall-capture

Detect and document BERDL data analysis pitfalls in docs/pitfalls.md.

14|11|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/kbaseincubator/BERIL-research-observatory --skill pitfall-capture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pitfall-capture
Source: https://github.com/kbaseincubator/BERIL-research-observatory/tree/main/.claude/skills/pitfall-capture
Command: npx skills add https://github.com/kbaseincubator/BERIL-research-observatory --skill pitfall-capture

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps to systematically identify, document, and share pitfalls encountered during BERDL data analysis, preventing future users from repeating the same mistakes.

Core Features & Use Cases

  • Error Detection & Documentation: Captures and formats details about errors, unexpected results, performance issues, or data surprises.
  • Knowledge Base Contribution: Checks for existing documentation and drafts new entries for docs/pitfalls.md if the issue is novel.
  • Use Case: When a complex BERDL query fails with an unexpected error, this skill can help document the exact error, the incorrect and correct query patterns, and suggest a solution to be added to the shared knowledge base.

Quick Start

Use the pitfall-capture skill to document an issue encountered with a BERDL query.

Frequently Asked Questions about pitfall-capture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document pitfalls and errors encountered during BERDL data analysis?

To document BERDL data analysis pitfalls, the skill systematically captures errors, incorrect results, and data surprises, then drafts actionable entries with code examples directly into the shared `docs/pitfalls.md` knowledge base.

What is the best way to capture unexpected query failures in a knowledge base?

The best way to capture query failures is to check for existing documentation and draft new knowledge base entries that record the exact error, incorrect and correct query patterns, and suggested solutions for future reference.

How does error documentation for data analysis workflows prevent repeated mistakes?

Error documentation prevents repeated mistakes by systematically identifying, recording, and sharing pitfalls encountered during data analysis workflows, ensuring common problems are available with actionable solutions for future users.

Can I record both performance issues and data surprises in a shared pitfalls knowledge base?

Yes, you can record performance issues and data surprises. The skill captures and formats details about errors, unexpected results, performance issues, or data anomalies, creating entries if the issue is novel.

What should I do when a complex BERDL query fails with an unexpected error?

When a complex BERDL query fails, you should use the skill to document the exact error, contrast the incorrect and correct query patterns, and suggest a solution to be added to the shared knowledge base.

Are there limitations to using automated error documentation for data analysis workflows?

A limitation of automated error documentation is that it relies on checking existing knowledge base entries to determine novelty, meaning undocumented or subtle data surprises might require manual review before drafting new pitfalls.