github:my-status

Aggregate personal GitHub activity and local git worktree status.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill github-my-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github:my-status
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/github%3Amy-status
Command: npx skills add https://github.com/kagenti/kagenti --skill github-my-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a consolidated view of your personal GitHub activity, helping you quickly understand what requires your attention without manually checking multiple places.

Core Features & Use Cases

  • Personal PRs: See your open Pull Requests with their CI and review status.
  • Review Requests: Identify PRs where your review is needed.
  • Assigned Issues: Track issues assigned directly to you.
  • Mentions: Find PRs where you've been mentioned.
  • Worktree Status: View the status of your local git worktrees and their associated PRs.
  • Use Case: Start your day by running this skill to get a clear picture of your open PRs, pending reviews, and assigned issues, ensuring you prioritize effectively.

Quick Start

Show me my GitHub status for today.

Frequently Asked Questions about github:my-status

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

FAQPage Schema
How do I check my GitHub pull request status and review requests in one place?

To check your GitHub pull request status and review requests together, you need a tool that aggregates open PRs, CI results, and pending reviews into a single consolidated view. This approach eliminates manually checking multiple repositories for your daily activity.

Can I see issues assigned to me on GitHub without browsing the dashboard?

Yes, you can see issues assigned to you on GitHub by using an aggregation tool that queries the GitHub CLI. It retrieves and reports all issues assigned directly to your account, helping you track your personal workload efficiently.

How do I view local git worktree status alongside their associated remote pull requests?

To view local git worktree status alongside remote pull requests, you must run git commands that map your local repository directories to their corresponding PR data. This links your local development environment directly to your GitHub activity.

What is the best way to find GitHub pull requests where I am mentioned?

The best way to find GitHub pull requests where you are mentioned is to use an activity aggregation tool that filters PR notifications. It scans your mentions across repositories, ensuring you do not miss important discussions requiring your attention.

Do I need the GitHub CLI installed to track my developer productivity metrics?

Yes, you need the GitHub CLI installed and authenticated to track your developer productivity metrics locally. The data retrieval relies directly on the GitHub CLI for querying remote activity and git commands for local worktree status.