orient

Summarize current repo and branch state with open PRs and recent activity.

Updated Nov 26, 2025
One-click install
npx skills add https://github.com/Aias/dotfiles --skill orient-aias
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orient
Source: https://github.com/Aias/dotfiles/tree/main/agents/skills/orient
Command: npx skills add https://github.com/Aias/dotfiles --skill orient-aias

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rebuilds agent context for the current repo and branch in a fresh session, producing a short, structured summary instead of a raw command dump.

Core Features & Use Cases

  • Structured session summaries: surfaces branch state, open PR context, session notes, and recent activity for quick handoff.
  • Workflow integration: coordinates with conductor, git-workflows, and PR guidelines to maintain alignment across sessions.
  • On-demand context: can be invoked when starting or resuming work on a non-trivial repo or unfamiliar branch.

Quick Start

Invoke orient to generate a concise repo/branch summary at the start of your session.

Frequently Asked Questions about orient

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

FAQPage Schema
How do I summarize repo context for a seamless session continuation?

Summarize repo context by identifying the active branch state, open PRs, and recent activity to generate a structured summary for seamless continuation. This rebuilds agent context in fresh sessions without dumping raw commands.

How do I get git branch context for a pre-PR review?

Get git branch context for a pre-PR review by leveraging git commands, gh pr view data, and .context cues. This presents a compact, structured summary of the current repo state to ensure uninterrupted work.

What is the best way to resume work on an unfamiliar git branch?

The best way to resume work on an unfamiliar git branch is to generate a concise repo summary on demand. This surfaces session notes, branch state, and open PR context for quick handoff and immediate alignment.

Does orient work with existing git workflows and PR guidelines?

Yes, orient works with existing git workflows by coordinating with conductor, git-workflows, and PR guidelines. It maintains alignment across sessions by integrating workflow data into its structured summary.

Can I use session notes and .context cues to rebuild agent context?

Yes, you can use session notes and .context cues to rebuild agent context. The process combines these cues with git commands and gh pr view data to produce a short, structured summary for the active branch.

Why use a structured summary instead of raw git command output?

Use a structured summary instead of raw git command output to avoid parsing unnecessary terminal data. Structured summaries surface branch state, open PR context, and recent activity concisely, enabling quick handoff and immediate work resumption.