Search markdown files, Nextflow scripts, and config files for TODO/FIXME comments, categorize by priority, and provide actionable recommendations. Use when you need to identify pending work or track technical debt.
Search the training materials codebase for TODO and FIXME comments to identify pending work.
IMPORTANT: All commands in this skill must be executed from the repository root directory.
mkdocs.yml, docs/, and .github/Search Markdown Files
docs/**/*.mdSearch Nextflow Scripts
**/*.nf filesSearch Configuration Files
mkdocs.yml.github/**/*.yml and .github/**/*.pyCONTRIBUTING.mdCategorize Results
Check Known Issues
Provide an organized report:
# TODO/FIXME Report
## Summary
- Total items: 23
- High priority: 3
- Documentation: 15
- Code: 4
- Configuration: 1
## High Priority Items
### docs/hello_nextflow/03_hello_workflow.md:156
```markdown
<!-- FIXME: Update this example for DSL2 syntax -->
docs/side_quests/debugging.md (5 items)
docs/nf4_science/genomics/01_per_sample_variant_calling.md (3 items)
// TODO: Add error handling for missing files
Known limitation documented - needs upstream fix in mkdocs plugin
Immediate attention (3 items):
Next sprint (8 items):
Low priority (12 items):
## Notes
- Use Grep tool with pattern `TODO|FIXME` (case insensitive)
- Show enough context to understand what needs doing
- Distinguish between legitimate TODOs and example comments in training materials
- Provide actionable priorities, not just a list
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer