command-sync-status

Aggregate Git status, GitHub Issues, and Pull Requests into a project summary.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/aroido/vibesmith --skill command-sync-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-sync-status
Source: https://github.com/aroido/vibesmith/tree/main/.codex/skills/command-sync-status
Command: npx skills add https://github.com/aroido/vibesmith --skill command-sync-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a consolidated view of your project's current status across Git, GitHub Issues, and Pull Requests, helping you stay organized and informed.

Core Features & Use Cases

  • Git Status Check: Fetches the latest Git status, including local changes and remote synchronization.
  • Issue Tracking: Retrieves open and assigned GitHub Issues.
  • Pull Request Monitoring: Lists open Pull Requests and their review status.
  • Use Case: Before starting your workday, run this command to get a quick overview of all pending tasks, code reviews, and potential merge conflicts.

Quick Start

Execute the command /sync-status to get a summary of your project's current Git, Issue, and PR status.

Frequently Asked Questions about command-sync-status

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

FAQPage Schema
How do I check my GitHub Issues, Pull Requests, and Git status in one view?

To sync project status, the tool requires Git CLI for repository tracking and GitHub CLI (gh) installed and authenticated to retrieve open Issues and Pull Requests from your GitHub repositories.

What is the best way to monitor open Pull Requests and assigned GitHub Issues for my project?

Monitoring open Pull Requests and assigned GitHub Issues is best handled by aggregating their current review states and assignments into a single status report, allowing developers to track progress efficiently without checking each item individually.

How do I get a quick overview of pending code reviews and Git changes before starting work?

You get an overview of pending code reviews and Git changes by retrieving open Pull Request information alongside local Git status, providing a snapshot of potential merge conflicts and pending tasks before you begin your workday.

Do I need GitHub CLI installed to track GitHub Issues and Pull Requests status?

Yes, you need GitHub CLI (gh) installed and authenticated to fetch open and assigned GitHub Issues and Pull Request information, while Git CLI is required simultaneously to check the local repository synchronization status.

Can I use this project status sync approach for local Git repository changes and remote synchronization tracking?

Yes, you can use this approach for local Git repository changes and remote synchronization tracking, as it fetches the latest Git status to maintain project visibility and ensure your local environment aligns with the remote repository.