codepresso:status

Displays Codepresso plugin session state and configuration diagnostics in a status table.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/codepresso-dev/codepresso-ai-plugin --skill codepresso-status-codepresso-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: codepresso:status
Source: https://github.com/codepresso-dev/codepresso-ai-plugin/tree/main/skills/status
Command: npx skills add https://github.com/codepresso-dev/codepresso-ai-plugin --skill codepresso-status-codepresso-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with the Codepresso plugin, it can be hard to know whether Notion, sprint workflow, deploy, and Google Chat integrations are configured correctly, or which PR and session the current workspace is linked to. This Skill reads the session state and config files and presents everything in one clear status table. ## Core Features & Use Cases - Session State Inspection: Reads .codepresso/state/codepresso-session.json to show the current branch, detected PR number and URL, session ID, and session start time. - Configuration Diagnostics: Reads ~/.codepresso/config.json and .codepresso.json to report whether Notion, sprint workflow, deploy, Google Chat, and debug mode are enabled or configured. - Formatted Status Table: Outputs a Markdown table summarizing all settings at a glance. - Use Case: After setting up Codepresso in a new repository, run the status command to confirm Notion is configured, the sprint workflow is enabled, and the correct PR was detected before starting work. ## Quick Start Ask the AI to show the Codepresso plugin status for this session.

Frequently Asked Questions about codepresso:status

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

FAQPage Schema
How do I check my Codepresso plugin status?▼

Invoke the status command and the Skill reads the session state file and config files, then prints a Markdown table showing branch, PR, session ID, and integration settings. No files are modified during the check.

How to verify Notion integration is configured in Codepresso?▼

Run the status command and check the Notion row in the output table. It shows whether Notion is configured by reading `~/.codepresso/config.json` and the project-level `.codepresso.json`.

Why does Codepresso status show no PR detected?▼

The session state file `.codepresso/state/codepresso-session.json` only records a PR when one has been detected for the current branch. If no PR exists yet or detection has not run, the table shows "No PR detected".

Does the Codepresso status command modify any files?▼

No. The Skill only reads the session state and configuration files using the Bash tool and formats the output. It explicitly does not modify any files.

What information does the Codepresso status table include?▼

The table includes the current branch, detected PR number and URL, session ID and start time, Notion configuration, sprint workflow state, deploy method, Google Chat space ID, and debug mode.