One-click install
npx skills add https://github.com/allan-mobley-jr/forge --skill sync-allan-mobley-jr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync
Source: https://github.com/allan-mobley-jr/forge/tree/main/skills/sync
Command: npx skills add https://github.com/allan-mobley-jr/forge --skill sync-allan-mobley-jr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read current GitHub Issues and PR state to determine project status and present a structured, actionable summary for planning and handoffs.

Core Features & Use Cases

  • Query open and closed issues and PRs in a single sync cycle to minimize API calls and latency.
  • Classify work items by status labels (e.g., in-progress, done, needs-human) to produce a clear project snapshot.
  • Use at session start, after a pause, or when resuming on a new machine to reestablish context and guide next actions.

Quick Start

Describe the current project state by querying GitHub issues and PRs for a structured Forge summary.

Frequently Asked Questions about sync

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

FAQPage Schema
How do I summarize GitHub project status from issues and pull requests?

Summarize GitHub project status by querying open and closed issues and PRs in a single batch, then classifying them by status labels to produce a structured snapshot of work done, in progress, and remaining.

What is the best way to reestablish context for a GitHub project after a pause?

The best way to reestablish context is to sync GitHub issues and PRs to generate an actionable report, guiding your next actions when resuming on a new machine or at session start.

How does filtering GitHub issues by labels work for project state tracking?

Filtering GitHub issues by labels determines backlog, in-progress, and done states, reading current issues and PRs to classify work items and present a recoverable project summary.

Can I fetch open GitHub issues in a single batch to minimize API calls?

Yes, you can fetch open GitHub issues in a single batch during a sync cycle to minimize API calls and latency while reading PR states to determine overall project status.

What should I do if my GitHub project state sync crashes during a session?

If your GitHub project state sync crashes, use the generated recoverable report with crash-recovery guidance to reestablish context and determine your next actionable steps.