Back to list
lmiguelvargasf

workflow-taskfile

by lmiguelvargasf

🌟 Modern full-stack template using Python (Litestar) and TypeScript (Next.js).

2🍴 0📅 Jan 20, 2026

SKILL.md


name: workflow-taskfile description: > Use when running installs, dev servers, tests, lint/format, codegen, or Docker lifecycle tasks; Taskfile is the source of truth.

Workflow: Taskfile-first

When to use

  • You need to install, run dev servers, lint/format, test, build, run codegen, or manage Docker lifecycle.
  • You are unsure whether a workflow task exists.

Steps

  1. Inspect Taskfile.yml (and included Taskfiles) to confirm valid targets.
  2. If the workflow likely lives in a subdirectory, check for a local Taskfile and use task -d <dir> <target>.
  3. If you cannot confirm a target, ask for task --list or task --list-all output.
  4. Prefer task <target> over raw commands for workflows.
  5. For unfamiliar tasks, use task --summary <task> before execution.

Constraints and guardrails

  • Do not invent task targets.
  • Use raw commands only for read-only diagnostics unless you are also proposing a Taskfile wrapper.
  • Do not recommend destructive operations (DB reset/drop, prune, --force, volume deletion) without explicit confirmation.
  • If a required workflow is missing, add a Taskfile target and update README “Quick start / Dev tasks.”

References

  • Taskfile.yml
  • backend/Taskfile.yml
  • frontend/Taskfile.yml

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon