一键导入
pitfall-capture
Capture non-obvious errors, data caveats, and performance gotchas discovered during analysis into repository memory for reuse.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Capture non-obvious errors, data caveats, and performance gotchas discovered during analysis into repository memory for reuse.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Retrieve and use BERDL MinIO credentials and transfer result artifacts between BERDL object storage and the local machine. Use when exported query results need to be listed, downloaded, shared, or when only KBASE_AUTH_TOKEN is available and MinIO keys must be acquired.
Run SQL queries from a local machine against a provisioned BERDL Spark cluster using spark_connect_remote. Use when the user wants remote Spark compute with local control, needs clarity on connection and timeout behavior, or wants to return small/medium results directly before exporting large outputs.
Discover and document BERDL databases. Use when the user wants to explore a new database, generate documentation for a database, or create a module file for the berdl skill.
Query the KBase BERDL (BER Data Lakehouse) databases. Use when the user asks to explore pangenome data, query species information, get genome statistics, analyze gene clusters, access functional annotations, or query biochemistry data.
Search and review ecosystem and biogeochemical literature using MCP tools (PubMed, arXiv, bioRxiv, Google Scholar), with optional full-text reading and citation snowballing. Use when the user needs evidence, citations, methods comparison, or novelty checks for EcoSIM and warming-nitrogen hypotheses.
Review repository evidence and propose high-impact next research directions for EcoSIM, emphasizing warming-nitrogen mechanisms, data readiness, and methodological feasibility.
| name | pitfall-capture |
| description | Capture non-obvious errors, data caveats, and performance gotchas discovered during analysis into repository memory for reuse. |
| allowed-tools | Read, Write |
| user-invocable | true |
Use this skill when a task reveals a non-trivial pitfall that future work should not rediscover.
Default to repo memory:
/memories/repo/berdl-pitfalls.mdIf the file does not exist, create it.
## <short title>
- Date: YYYY-MM-DD
- Context: <task/skill>
- Symptom: <what failed or surprised>
- Cause: <root cause if known>
- Safe pattern: <what to do instead>
- Example: <optional command/query snippet>
Keep entries short, concrete, and reusable.