session-start

Aggregate repository state, PR/CI health, and issue activity into a session report.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/o3-ozono/atdd-kit --skill session-start-o3-ozono
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-start
Source: https://github.com/o3-ozono/atdd-kit/tree/main/skills/session-start
Command: npx skills add https://github.com/o3-ozono/atdd-kit --skill session-start-o3-ozono

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the collection of repository state, PR/CI health, and issue activity to produce a concise, actionable session report for AI agents coordinating software work.

Core Features & Use Cases

  • Phase 0: Update repository state (branch status, main alignment, recent commits).
  • Phase 1: Parallel information gathering (GitHub account check, open PRs, CI status, and issues).
  • Phase 2/3: Status assessment and summary report to drive downstream tasks and recommended actions.
  • Safe execution notes and subagent handling to ensure tasks are clearly scoped.

Quick Start

Run the session-start skill to generate a live status report for your repository.

Frequently Asked Questions about session-start

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

FAQPage Schema
How do I automate repository status checks and PR CI health reporting for AI agents?

Automate repository status checks by running a session-start process that aggregates branch state, open PRs, CI health, and issue activity into a concise report for AI agents. This provides a structured summary to drive downstream actions.

What is the best way to gather GitHub issue activity and CI status before starting a development session?

Gathering GitHub issue activity and CI status requires a multi-phase information collection process. It performs parallel checks on GitHub accounts, open PRs, and issues, then assesses the results to generate a live project health summary.

How does an AI agent track repository state and recent commits across branches?

An AI agent tracks repository state by applying phase-0 updates to fetch branch status, main alignment, and recent commits. This mechanism ensures the agent operates with up-to-date project health information before proceeding.

Can I use automated session reports for issue-driven workflows across multiple branches and PRs?

Yes, automated session reports are designed for issue-driven workflows. They aggregate PR and CI health across multiple branches, providing a structured status assessment that clearly scopes tasks for safe execution and subagent handling.

Do I need any external dependencies or components to generate a project health summary?

No external dependencies or components are required to generate a project health summary. The session report generation operates independently to aggregate repository state, PR health, and issue activity.

What are the limitations of relying on a session report for downstream task actions?

The session report provides status assessment and recommended actions but requires subsequent phase execution to perform downstream tasks. Safe execution notes and subagent handling ensure tasks remain clearly scoped rather than executing broad changes automatically.