portfolio-demo-health
Monitors health and status of public demo projects.
Install
mkdir -p .claude/skills/portfolio-demo-health && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16543" && unzip -o skill.zip -d .claude/skills/portfolio-demo-health && rm skill.zipInstalls to .claude/skills/portfolio-demo-health
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Check public demo repos for live reachability, CI health, and docs/runtime drift, then summarize no-op status or prepare targeted fixes.Key capabilities
- →Check public demo reachability
- →Verify CI health for demo repos
- →Assess docs/runtime drift for demos
- →Summarize no-op status for healthy demos
- →Prepare targeted fixes for degraded demos
How it works
The skill reads a repo registry, checks public demo URLs for reachability, CI status, and docs/runtime drift, then summarizes findings or prepares fixes for degraded demos.
Inputs & outputs
When to use portfolio-demo-health
- →Checking demo reachability
- →Verifying CI status
- →Updating demo repo documentation
About this skill
Portfolio Demo Health
What this skill is for
Use this skill when you want to verify whether the public demo fleet is still healthy and whether the website or repo docs need adjustments.
When to use it
Use this skill when:
- checking live demo availability
- checking whether demo repos still pass their latest visible CI run
- deciding whether website wording should be downgraded because a demo broke
When not to use it
Do not use this skill when:
- the task is to add a brand-new repo
- the task is a full website sync after code changes
- there is no public demo involved
Required inputs
.codex/automations/repo-registry.yml- network access
- local repo clone only when deeper inspection is needed
Required workflow
- Read the repos in
repo-registry.ymlwherehas_public_demo: true. - Use
public_demo_urlas the canonical live surface. - Check:
- demo reachability
- whether the live surface is only a Streamlit shell or sleep screen versus a fully interactive loaded app
- latest visible GitHub Actions or CI status when available
- obvious docs/runtime/demo-entrypoint drift
- If all demos are healthy, return a visible summary table and stop.
- If a repo is degraded, inspect the real repo and classify the issue:
- docs drift
- runtime failure
- dependency or environment drift
- hosting-only issue
- Draft only the minimum repo or website changes needed.
Expected outputs
- a visible summary table with:
- repo
- demo reachable yes/no
- live surface status: loaded / shell / sleep / error
- CI healthy yes/no/unknown
- action needed yes/no
- short note
- when needed:
- repo-level issue summary
- recommended fix
- website impact summary
Validation and stop condition
Stop when:
- every public-demo repo was checked against the registry
- the result is either a clean no-op summary or a targeted issue report
- no repo edits are proposed without an actual degraded signal
Do not auto-merge or auto-push by default.
When not to use it
- →When the task is to add a brand-new repo
- →When the task is a full website sync after code changes
- →When there is no public demo involved
Prerequisites
Limitations
- →Limited to repos with `has_public_demo: true`
- →Does not add brand-new repos
- →Does not perform full website syncs
How it compares
This skill automates the health check of multiple public demo repositories, providing a consolidated status report and targeted fixes, which is more efficient than manual, individual checks.
Compared to similar skills
portfolio-demo-health side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| portfolio-demo-health (this skill) | 0 | 4mo | No flags | Intermediate |
| openclaw-4656-a-b-rollout-governance | 0 | 5mo | No flags | Advanced |
| service-mesh-observability | 5 | 2mo | No flags | Advanced |
| mlops-engineer | 3 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Adredes-weslee
View all by Adredes-weslee →You might also like
openclaw-4656-a-b-rollout-governance
zwright8
A/B Rollout Governance for product management execution. Use when work requires a/b rollout governance for product management execution with guardrails, traceable execution, and measurable outcomes.
service-mesh-observability
wshobson
Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SLOs for service communication.
mlops-engineer
sickn33
Build comprehensive ML pipelines, experiment tracking, and model registries with MLflow, Kubeflow, and modern MLOps tools. Implements automated training, deployment, and monitoring across cloud platforms. Use PROACTIVELY for ML infrastructure, experiment management, or pipeline automation.
senior-devops
davila7
Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.
sentry-ci-integration
jeremylongshore
Manage integrate Sentry with CI/CD pipelines. Use when setting up GitHub Actions, GitLab CI, or other CI systems with Sentry releases and source maps. Trigger with phrases like "sentry github actions", "sentry CI", "sentry pipeline", "automate sentry releases".
cloud-functions
TencentCloudBase
Complete guide for CloudBase cloud functions development - runtime selection, deployment, logging, invocation, and HTTP access configuration.