askill
use-taskfile

use-taskfileSafety 92Repository

Run common project operations using the Taskfile. Use when building, testing, starting services, running migrations, or any project operation. Run `task` to discover available tasks.

1 stars
1.2k downloads
Updated 2/1/2026

Package Files

Loading files...
SKILL.md

Use Taskfile Skill

Use this skill when running project operations. Prefer Taskfile tasks over manual commands.


Discover Available Tasks

task

This lists all available tasks with descriptions.

Common Task Categories

CategoryExample TasksPurpose
api:*api:build, api:start, api:start:dockerBuild and run the API
compose:*compose:up, compose:downManage Docker services
evaluator:*evaluator:start, evaluator:start:test-modeRun the evaluator
importer:*importer:start, importer:start:use-cacheImport data from tarkov.dev
migrate:*migrate:up, migrate:up:docker, migrate:down, migrate:createDatabase migrations
test:*test, test:unit, test:integration, test:integration:dockerRun tests
tarkovdev:*tarkovdev:get-schema, tarkovdev:regenerateUpdate GraphQL schema

Running Tasks

# Run a specific task
task <task-name>

# Example: apply migrations (local/devcontainer)
task migrate:up

# Example: apply migrations (with docker)
task migrate:up:docker

Key Tasks

  • task init - Set up development environment
  • task init:go-only - Set up Go-only development environment
  • task test:unit - Run tests without database
  • task migrate:up - Apply database migrations (local/devcontainer)
  • task importer:start - Repopulate weapons/items from tarkov.dev API

Repopulating the Database

If the database has been wiped or migrations rolled back, repopulate data with:

task compose:up        # Ensure database is running
task migrate:up        # Apply migrations
task importer:start    # Fetch and import all weapons/items from tarkov.dev

Use task importer:start:use-cache to import from local cache instead of fetching from the API.

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

72/100Analyzed 3/2/2026

Well-structured skill for running Taskfile tasks with clear examples and organized sections. Provides good coverage of common operations (build, test, migrate). However, it's highly project-specific with task names like "api:build" and "importer:start" that only work in this particular repository. The .cursor/skills path indicates internal tool config.

92
85
35
70
88

Metadata

Licenseunknown
Version-
Updated2/1/2026
Publishersjtw

Tags

apici-cddatabasegraphqltesting