daily-task-complete

Mark tasks as completed in a daily plan and post summary comments to Linear issues.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/je3yk/daily-skills --skill daily-task-complete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-task-complete
Source: https://github.com/je3yk/daily-skills/tree/main/daily-task-complete
Command: npx skills add https://github.com/je3yk/daily-skills --skill daily-task-complete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Linear API, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you quickly mark tasks as completed in your daily plan, ensuring that you can keep track of your progress and stay organized.

Core Features & Use Cases

  • Task Completion Tracking: Mark tasks as completed to update your daily plan.
  • Integration with Linear: Automatically post a summary comment to Linear issues when tasks are completed.
  • Task Summary: Provides a summary of the completed task and remaining tasks.

Quick Start

Mark a task as completed by running the command: /daily-task-complete {task-id}

Frequently Asked Questions about daily-task-complete

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

FAQPage Schema
How do I mark tasks as completed in my daily plan and sync them to Linear?

To mark tasks as completed in your daily plan and sync them to Linear, you run the /daily-task-complete command with your task ID. This updates your daily plan JSON file and posts a summary comment to the linked Linear issue.

What do I need to integrate daily task completion with Linear issues?

You need access to your daily plan JSON file and valid Linear API credentials to integrate daily task completion with Linear issues. These two prerequisites allow the Skill to read your tasks and post summary comments.

Can I update multiple daily plan tasks and get a summary of remaining work?

Yes, you can update daily plan tasks and get a summary of remaining work. The Skill provides a task summary detailing both completed tasks and any remaining tasks left in your daily plan after execution.

Does daily task completion work with Linear API to update issue statuses?

Daily task completion works with the Linear API to post summary comments to issues, but the metadata does not specify if it changes the issue status directly. It marks tasks completed in the daily plan JSON and comments on the Linear issue.

What is the best way to track daily planning progress using a JSON file?

The best way to track daily planning progress using a JSON file is to execute the task completion command against specific task IDs. This efficiently updates your daily plan and automatically syncs progress summaries to your Linear workspace.