com um clique
lint-module
Run WDL linting on a WILDS module or pipeline and fix any issues found
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run WDL linting on a WILDS module or pipeline and fix any issues found
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Create a new WILDS WDL module for a bioinformatics tool following project conventions
Create a new WILDS WDL pipeline that combines existing modules into a workflow
Add a new test data download task to the ww-testdata module for use in module/pipeline testruns
Draft a pull request description using the project's PR template
Run the testrun.wdl for a WILDS module or pipeline using sprocket or miniwdl
| name | lint-module |
| description | Run WDL linting on a WILDS module or pipeline and fix any issues found |
| argument-hint | <ww-name> |
| allowed-tools | Bash(make *), Read, Edit, Glob, Grep |
Run all available linting checks on $ARGUMENTS and fix any issues.
Check if $ARGUMENTS exists in modules/ or pipelines/:
modules/$ARGUMENTS/$ARGUMENTS.wdlpipelines/$ARGUMENTS/$ARGUMENTS.wdlmake lint NAME=$ARGUMENTS
This runs sprocket, miniwdl, and WOMtool linters.
If make targets aren't available, run sprocket directly:
make lint_sprocket NAME=$ARGUMENTS
For each lint error:
Known Sprocket exceptions (these are OK and won't cause failures):
Summarize what was found and fixed. If there are unfixable issues, explain why and suggest next steps.