status

Retrieves project health briefings covering active missions, open memos, and code index status.

Updated May 12, 2026
One-click install
npx skills add https://github.com/contexthub-md/marketplace --skill status-contexthub-md
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/contexthub-md/marketplace/tree/main/contexthub/skills/status
Command: npx skills add https://github.com/contexthub-md/marketplace --skill status-contexthub-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When returning to a project or joining one mid-stream, it is hard to know what work is in progress, what issues are open, and whether the codebase index is healthy. This Skill aggregates that information into a single compass briefing so you can orient yourself quickly. ## Core Features & Use Cases - Compass Briefing: Calls ch_get_compass to surface active missions, recently completed work, open memos, and an overall health summary for a project. - Code Health Check: Uses ch_ocxp_health to report code index status, staleness, and quality metrics when OCXP is available. - Drill-Down and Action: Investigates concerning items with ch_get_mission, ch_list_memos, and ch_discover_context, then takes action via ch_create_memo, ch_update_mission, or ch_resolve_memo. - Use Case: After a week away from a project, run the status check to see which missions are still active, review open memos flagging issues, and resolve or update items before resuming development. ## Quick Start Ask the assistant to run a project status check for your project name or ID, for example by saying "check the status of project brain".

Frequently Asked Questions about status

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

FAQPage Schema
How do I check the status of a project in ContextHub?

Run the status skill with a project name or ID, such as "/contexthub:status brain". It calls ch_get_compass to return active missions, recently completed work, open memos, and a health summary for that project.

What information does the ContextHub compass briefing include?

The compass briefing includes active missions in progress, recently completed work, open memos flagging issues and findings, and an overall health summary indicating whether the project needs attention.

Does the status check work without OCXP code indexing?

Yes, the compass briefing works without OCXP. The code health step via ch_ocxp_health is conditional and only runs when OCXP indexing is available for the project.

How do I resolve open issues found in a project status check?

After reviewing open memos with ch_list_memos, use ch_resolve_memo to close resolved issues, ch_update_mission to update mission progress, or ch_create_memo to flag newly discovered issues.

Which MCP clients support the ContextHub status skill?

The skill works on Claude Code natively, on Cline by dropping the folder into its skills directory, and on Claude.ai by uploading it as a zip. The underlying ch_* tools work on any MCP-capable client.