tracker

Coordinate task tracking and prioritization in Corgi workspaces via Linear or Jira.

35|Updated Sep 20, 2022
One-click install
npx skills add https://github.com/Andriiklymiuk/corgi --skill tracker-andriiklymiuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tracker
Source: https://github.com/Andriiklymiuk/corgi/tree/main/plugins/corgi/skills/tracker
Command: npx skills add https://github.com/Andriiklymiuk/corgi --skill tracker-andriiklymiuk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of coordinating work across a Corgi workspace by tracking and managing tasks, ensuring seamless integration between the tracker and the project stack.

Core Features & Use Cases

  • Status and Standup Reports: Summarizes the progress, blockers, and open tasks across the workspace.
  • Triage and Prioritization: Sorts new issues, labels them, assigns priorities, and flags duplicates.
  • Decomposition of Epics: Breaks down larger tasks into actionable tickets for individual services.
  • Work Pickup: Routes ready-to-build tickets to the development team.
  • Real-time Correlation: Keeps track of the real code state, such as branches, PRs, and CI status, for each issue.

Quick Start

Run 'corgi tracker status' to get an overview of the current status and open tasks in your Corgi workspace.

Frequently Asked Questions about tracker

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

FAQPage Schema
How do I automate task tracking and status reporting for a Corgi workspace?

To automate task tracking and status reporting for a Corgi workspace, run 'corgi tracker status' to generate summaries of progress, blockers, and open tasks using data from your corgi-compose.yml file.

Does Corgi tracker work with both Linear and Jira for project coordination?

Yes, Corgi tracker works with both Linear and Jira for project coordination. It supports detailed tracker and forge API calls to read issues, manage triage, and decompose epics into actionable tickets across your workspace.

What is the best way to break down large epics into individual service tickets?

The best way to break down large epics into individual service tickets is using the decomposition feature in Corgi tracker. It automatically splits large tasks into ready-to-build tickets and dispatches them to the development team.

Can I track real-time code states like branches and PRs for my tracked issues?

Yes, you can track real-time code states for your tracked issues. The tracker correlates issues with real code states, including branches, pull requests, and CI status, ensuring seamless integration between the tracker and the project stack.

How do I sort new issues, assign priorities, and flag duplicates automatically?

To sort new issues, assign priorities, and flag duplicates automatically, use the triage and prioritization features of the Corgi tracker. It labels new issues and flags duplicates to maintain an organized backlog.