sync-backlog

Synchronize local backlog items with GitHub or Linear issue trackers.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill sync-backlog-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-backlog
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/sync-backlog
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill sync-backlog-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the synchronization of local work items with external issue trackers, ensuring consistency and identifying actionable tasks.

Core Features & Use Cases

  • Issue Tracker Synchronization: Connects to GitHub or Linear to keep backlogs up-to-date.
  • Ownership Mapping: Assigns tasks to the correct teams based on defined rules.
  • Stale Item Identification: Flags unassigned or outdated work items.
  • Use Case: Automatically update your project's AGENT_BACKLOG.md with new bugs found during a code review, assigning them to the responsible engineering team.

Quick Start

Run the sync-backlog skill to update the local backlog with the latest findings from GitHub.

Frequently Asked Questions about sync-backlog

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

FAQPage Schema
How do I sync my local backlog with GitHub and Linear issue trackers?

To sync your local backlog with issue trackers like GitHub or Linear, this Skill maps identified issues to ownership teams and updates local tracking documents automatically. It ensures your project backlog stays consistent with external issue tracking systems.

What is the best way to flag stale or unassigned backlog items?

Flagging stale or unassigned backlog items is handled by synchronizing local work items with external trackers. The process identifies outdated tasks and updates local tracking documents to highlight work that lacks ownership or needs immediate attention.

Can I automatically assign code review findings to engineering teams in my backlog?

Yes, you can automatically assign code review findings to engineering teams. The Skill maps identified issues to ownership teams based on defined rules, updating your local backlog with new bugs and assigning them to the responsible team.

How does backlog synchronization integrate with code TODOs and orchestrator state?

Backlog synchronization integrates with code TODOs, review findings, and orchestrator state to provide comprehensive backlog management. It pulls these local sources together with GitHub or Linear data to update tracking documents and map issues to ownership teams.

Does backlog synchronization work without external issue tracking platforms?

Backlog synchronization is designed to connect local work items with external issue trackers like GitHub or Linear. While it can read local code TODOs and review findings, its core mapping and update logic relies on external platforms for comprehensive tracking.