taskfile-automation
Task Automation System
Use this skill when working with projects that use Task to provide easy-to-discover automation commands for development workflows.
Core Principle
IMPORTANT: Always prefer task commands over direct shell/language commands when a Taskfile is present.
Task provides:
- Discoverability:
task --listshows all available tasks - Consistency: Standardised commands across different environments
- Documentation: Built-in descriptions and help
- Automation: Multi-step workflows (e.g.,
task devcombines testing and docs) - Safety: Interactive prompts for destructive operations
Task Discovery
Find Available Tasks
More from seabbs/skills
analyzing-research-papers
Expert methodology for analyzing and summarizing research papers, extracting key contributions, methodological details, and contextualizing findings. Use when reading papers from PDFs, DOIs, or URLs to create structured summaries for researchers.
244academic-writing-standards
Expert knowledge of academic writing standards for peer-reviewed papers, including citation integrity, style compliance, clarity, and scientific writing best practices. Use when reviewing or editing academic manuscripts, papers, or research documentation.
64issue-reply
Post a helpful reply to a GitHub issue
8paper-summary
Summarise an academic paper from URL, DOI, or file path
7literature-search
Search local bibliography files and Paperpile for relevant papers
7pr
Create a pull request based on a GitHub issue with analysis, implementation, QA, and PR creation
6