task

Manage tasks with due dates, priorities, and project associations via a Python CLI.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Patrity/cognova-v1 --skill task-patrity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task
Source: https://github.com/Patrity/cognova-v1/tree/main/Claude/skills/task
Command: npx skills add https://github.com/Patrity/cognova-v1 --skill task-patrity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage Cognova tasks - create, list, update, complete tasks. Use when the user wants to track work items, todos, or action items. Can search for and associate tasks with projects.

Core Features & Use Cases

  • Create, list, update, and complete tasks with optional due dates, priorities, and tags.
  • Associate tasks with projects, filter by status, due date, and search content.
  • Use case: A user creates a task for "Prepare sprint backlog" and links it to project "Cognova".

Quick Start

Create a new task titled 'Review PR' with due date tomorrow.

Frequently Asked Questions about task

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

FAQPage Schema
How do I manage tasks with due dates and priorities from the command line?

You can manage tasks by creating, listing, updating, and completing them with optional due dates, priorities, and tags. The Python-based CLI interacts with a local task store to handle input validation and provide user-friendly feedback.

Can I associate tasks with specific projects and filter them by status?

Yes, tasks can be associated with specific projects and filtered by status, due date, or tags. This allows you to organize cross-functional workflows and track work items across different project categories.

What's the best way to track personal todos and team work items in a local workflow?

The best way to track personal todos and team work items is using a CLI that organizes work from creation to completion. It links tasks to projects and applies input validation to ensure accurate local task management.

Does this task management CLI require external dependencies to run?

No external dependencies are required to run this task management CLI. It operates independently using a Python-based interface that communicates directly with a local task store via internal endpoints.

How do I create a new task and set the due date for tomorrow?

To create a new task, use the CLI to specify the title and optionally set a due date, priority, or tags. For example, you can quickly create a task titled 'Review PR' and assign it a due date of tomorrow.

What happens when task input validation fails during creation or updates?

When task input validation fails during creation or updates, the CLI handles the error reporting and provides user-friendly feedback. This ensures that invalid task data is caught before it reaches the local task store.