AgentSkillsCN

status

检查 Harness Factory 所有模块的部署状态。可查看已部署的内容、资源数量、关键输出如组织 ID 和项目 ID,以及接下来可部署的内容。适用于有人询问已部署了什么、当前状态如何、已经完成了哪些设置,或希望了解基础设施状态时使用。

SKILL.md
--- frontmatter
name: status
description: "Check the deployment status of all Harness Factory modules. Shows what is deployed, resource counts, key outputs like org IDs and project IDs, and what can be deployed next. Use when someone asks what is deployed, what is the current state, what has been set up, or wants to see infrastructure status."
allowed-tools:
  - Bash
  - Read
  - Glob

Deployment Status

Check the deployment state across all Harness Factory modules.

$ARGUMENTS

Steps

  1. List all modules and their status:

    bash
    bash ${CLAUDE_PLUGIN_ROOT}/scripts/list-modules.sh
    
  2. For each deployed module, read detailed state:

    bash
    bash ${CLAUDE_PLUGIN_ROOT}/scripts/read-state.sh <module-name>
    
  3. Present a summary table:

    ModuleStatusResourcesKey Outputs
    harness-platform-setupDeployed/Not deployedN...
    harness-organization......org_id = ...
    ............
  4. Show dependency-aware recommendations:

    • Which modules can be deployed next (all dependencies satisfied)
    • Which modules are blocked (missing prerequisites)
    • Group by category: Platform, CI, Security, CCM, etc.
  5. If a specific module is mentioned, show detailed state:

    • Full resource list
    • All output values
    • Last modified timestamp
    • What depends on this module

Status Legend

  • Deployed — terraform state exists with resources
  • Configured — tfvars generated but not yet applied
  • Not deployed — no configuration or state