ax-todo

Synchronize project To-Do lists between a local markdown file and Confluence.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/AX-BD-Team/ax-discovery-portal --skill ax-todo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-todo
Source: https://github.com/AX-BD-Team/ax-discovery-portal/tree/main/.claude/skills/ax-todo
Command: npx skills add https://github.com/AX-BD-Team/ax-discovery-portal --skill ax-todo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the management and synchronization of project To-Do lists between your codebase and Confluence, ensuring consistency and providing clear progress reports.

Core Features & Use Cases

  • Automated ToDo Management: Parses project-todo.md to track tasks, phases, and statuses.
  • Confluence Synchronization: Mirrors your codebase ToDos to a Confluence page for team visibility.
  • Progress Reporting: Generates detailed reports on completion rates and phase-wise statistics.
  • Difference Analysis: Compares local ToDos with Confluence to highlight discrepancies.
  • Use Case: Automatically update your team's sprint progress on Confluence by running a simple command that syncs your project-todo.md file.

Quick Start

Run the ax-todo skill to check and synchronize your ToDo list with Confluence.

Frequently Asked Questions about ax-todo

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

FAQPage Schema
How do I sync a local markdown todo list with Confluence?

To sync a local markdown todo list with Confluence, you can automate updates by parsing `project-todo.md` and mirroring tasks directly to a Confluence page for team visibility.

Can I automatically generate progress reports for project phases from markdown?

Yes, you can generate progress reports for project phases from markdown by parsing task statuses to calculate completion rates and phase-wise statistics.

How do I check for discrepancies between my local project todos and Confluence?

Check discrepancies between local project todos and Confluence by running a difference analysis that compares the markdown file against the synced Confluence page.

What is the best way to keep sprint progress updated on Confluence?

The best way to keep sprint progress updated on Confluence is to run a synchronization command that reads local `project-todo.md` and pushes current statuses to the team page.

Do I need a specific markdown format to track project todos for Confluence synchronization?

You need a local markdown file named `project-todo.md` structured with tasks, phases, and statuses to parse and synchronize the data to Confluence.

Why does my Confluence page show outdated todo statuses after local updates?

Confluence shows outdated todo statuses because synchronization is not automated on every save, requiring a manual command to analyze differences and update the page.