explore

Report repository, publisher, and task queue status via bash and API calls.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/perfectuser21/cecelia --skill explore-perfectuser21
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore
Source: https://github.com/perfectuser21/cecelia/tree/main/packages/workflows/agents/explore
Command: npx skills add https://github.com/perfectuser21/cecelia --skill explore-perfectuser21

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a clear, factual overview of the current state of repositories, publishers, and ongoing tasks, highlighting discrepancies between documentation and reality.

Core Features & Use Cases

  • Status Assessment: Gathers information on repository status, publisher configurations, and active/completed tasks.
  • Discrepancy Reporting: Identifies and reports differences between documented states (like OKRs or repo-lead.md) and the actual system status.
  • Use Case: Before a major release, use /explore status to verify all publishing mechanisms are correctly configured and active, and that all related tasks are progressing as expected.

Quick Start

Run /explore status to get a comprehensive overview of the current system state.

Frequently Asked Questions about explore

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

FAQPage Schema
How do I check system status for repositories and task queues?

System status checks gather information on repository configurations, publisher setups, and active or completed tasks using bash commands and API calls, providing a clear, factual overview of the current environment.

How do I detect configuration drift between documented states and live repositories?

Configuration drift detection compares documented states, such as OKRs or repo-lead files, against live system data gathered via API calls, identifying and reporting discrepancies between the documentation and reality.

Can I verify publisher configurations before a major release?

Yes, you can verify publisher configurations before a major release by running a status assessment to confirm all publishing mechanisms are correctly configured, active, and progressing as expected.

What is the best way to report on active and completed tasks in a software engineering environment?

The best way to report on tasks is to execute a discovery process that queries task queues via API calls, returning a comprehensive inventory of active and completed items for operational awareness.

Does this system status reporting approach require external dependencies?

No, this system status reporting approach requires no external dependencies, relying entirely on internal scripts and references to execute bash commands and API calls for gathering live system data.