session-status

Report read-only git and CORTEX status for codebase updates and deliverables.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/DaBigHomie/ugwtf --skill session-status-dabighomie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-status
Source: https://github.com/DaBigHomie/ugwtf/tree/main/.cursor/skills/session-status
Command: npx skills add https://github.com/DaBigHomie/ugwtf --skill session-status-dabighomie

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a read-only session work status report, allowing you to review recent codebase updates, verify branch/worktree state, and report deliverable ship status vs origin/main and CORTEX, without interfering with other agents.

Core Features & Use Cases

  • Read-only Git/CORTEX Audit: Inspect global surfaces from the repo root without modifying the working tree.
  • Branch/Worktree State Verification: Check the state of branches and worktrees.
  • Deliverable Ship Status Reporting: Report on deliverable ship status vs origin/main and CORTEX.
  • Use Case: Use this Skill when you need to understand the status of a conversation's deliverables in relation to the codebase and CORTEX metadata without affecting the workflow.

Quick Start

Check the status of the 'atl-table-booking-app' repository with a full read-only audit, including fetch, worktrees, and scoped paths.

Frequently Asked Questions about session-status

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

FAQPage Schema
How do I get a read-only git status report without modifying the working tree?

A read-only git status report inspects global surfaces from the repo root without modifying the working tree. This approach checks branch and worktree state while comparing deliverable ship status against origin/main and CORTEX metadata safely.

What is a CORTEX metadata audit for codebase updates?

A CORTEX metadata audit verifies deliverable ship status against origin/main. It inspects repository state, branch configurations, and worktree conditions to provide a comprehensive view of codebase updates without interfering with active agents.

Can I check branch and worktree state without affecting other agents?

Yes, you can check branch and worktree state without affecting other agents. Read-only inspection scans global repository surfaces from the root, ensuring no modifications occur to the working tree during status verification.

How do I verify deliverable ship status compared to origin/main?

To verify deliverable ship status compared to origin/main, run a read-only audit that fetches repository data and scopes paths. This reports the current branch and worktree state alongside CORTEX metadata without altering files.

When should I use a read-only codebase audit for post-session status checks?

Use a read-only codebase audit for post-session status checks when you need to review recent updates and report deliverable ship status. It ensures branch and worktree verification occurs without modifying the working tree or disrupting workflows.