This skill should be used when tracing ManifestWork resources through the Maestro system to find relationships between user-created work names, resource IDs, and applied manifests, or to debug manifest application issues across the management cluster and database.
Complete tracing of ManifestWork resources through the Maestro system.
This skill helps trace ManifestWork resources through their complete lifecycle in the Maestro system, connecting user-created work names, database resource IDs, AppliedManifestWorks, and applied manifests.
The skill provides bidirectional tracing between:
.claude/skills/trace-manifestwork/scripts/trace.sh \
--resource-id "55c61e54-a3f6-563d-9fec-b1fe297bdfdb"
.claude/skills/trace-manifestwork/scripts/trace.sh \
--manifest-kind deployment \
--manifest-name maestro-e2e-upgrade-test \
--manifest-namespace default
.claude/skills/trace-manifestwork/scripts/trace.sh \
--work-name "e44ec579-9646-549a-b679-db8d19d6da37"
kubectl installed and configuredscripts/trace.sh - Complete trace from any entry pointreferences/maestro-data-flow.md - Complete documentation of Maestro resource flowreferences/troubleshooting-guide.md - Common issues and solutionsexamples/trace-by-resource-id.md - Trace starting from resource IDexamples/trace-by-manifest.md - Trace starting from manifest nameexamples/trace-by-work-name.md - Trace starting from user work namee44ec579-9646-549a-b679-db8d19d6da37)55c61e54-a3f6-563d-9fec-b1fe297bdfdb){agentID}-{resourceID}maestro-e2e-upgrade-test)User creates ManifestWork (work name)
↓
gRPC Client generates UID (resource ID)
↓
Server stores in DB (id = resource ID, payload contains work name)
↓
Server sends to Agent (using resource ID as manifestWorkName)
↓
Agent creates AppliedManifestWork ({agentID}-{resourceID})
↓
Agent applies manifests (with ownerReference to AppliedManifestWork)
See references/troubleshooting-guide.md for detailed troubleshooting steps.
Common issues:
/docs/maestro.mdFor issues or questions:
references/troubleshooting-guide.mdnpx skills add openshift-online/跟踪-清单工作下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer