tasks

Open the project task database in DB Browser for SQLite and summarize task statuses.

1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/gioe/tusk --skill tasks-gioe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/gioe/tusk/tree/main/skills/tasks
Command: npx skills add https://github.com/gioe/tusk --skill tasks-gioe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a way to visually inspect and manage your project's task database, making it easier to understand the current state of your work.

Core Features & Use Cases

  • Visual Database Access: Opens the tasks.db file in DB Browser for SQLite, allowing for graphical querying and editing.
  • Quick Status Overview: Before opening the GUI, it displays a summary of tasks by their current status.
  • Use Case: When you need to get a clear picture of all outstanding bugs, features in progress, or completed tasks, you can use this skill to open the database and see the counts for each status.

Quick Start

Open the project task database in DB Browser for SQLite.

Frequently Asked Questions about tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visually browse and query a SQLite project task database?

To visually browse a SQLite project task database, you can open the tasks.db file in DB Browser for SQLite, which provides a graphical interface for querying and editing task records.

What's the best way to get a quick summary of task statuses before editing the database?

You can get a quick summary of task statuses by running a command that displays counts for each status category before launching the DB Browser for SQLite GUI for detailed inspection.

Can I manage project tasks in SQLite without using a command line interface?

Yes, you can manage project tasks without a command line by opening the SQLite database file in DB Browser for SQLite, which facilitates graphical database inspection and task management.

How do I inspect outstanding bugs and features in progress stored in a SQLite database?

To inspect outstanding bugs and features in progress, you can open the project task database in DB Browser for SQLite to visually query and filter tasks by their current status.

Does this approach require any specific database drivers or dependencies to manage tasks?

No specific database drivers or dependencies are required to manage tasks, as the skill relies entirely on the standalone DB Browser for SQLite application to open the tasks.db file.

When do I need to use a GUI tool for SQLite database inspection instead of querying directly?

You need a GUI tool for SQLite database inspection when you require visual browsing and graphical editing of project tasks, making it easier to understand the current state of work.