sirius-zuo
- 11 skills
- 0 followers
- 8 hours ago last updated
- ▌ Architect Design Review · sirius-zuo bundleReviews a design spec, generates architecture diagrams using Mermaid.js, evaluates against architecture principles, and produces an HTML report in docs/architecture/review/.
- ▌ Architect Codebase Review · sirius-zuo bundleUse when an existing codebase needs an architecture review. Explores the codebase, generates current-state architecture diagrams using Mermaid.js, evaluates against architecture principles, proposes recommended improvements with revised diagrams, and saves an HTML report to docs/architecture/review/.
- ▌ Devops · sirius-zuoUse when a user asks to set up CI/CD, Dockerize a project, add a deployment pipeline, configure GitHub Actions / GitLab CI / CircleCI, review existing DevOps config, or says "we have no CI", "no pipeline", "need to containerize this", or "help with deployments". Proactively suggest when source code is present but no devops/ folder or CI config files exist.
- ▌ Devops Report · sirius-zuoUse when called by the devops dispatcher after config generation to produce a self-contained HTML report with architecture and workflow diagrams embedded as inline SVG
- ▌ Devops Analyze · sirius-zuoUse when called by the devops dispatcher to analyze a project and gather DevOps configuration choices through guided questions before generating configs
- ▌ Skill Review · sirius-zuo bundleUse when the user asks to review an agent skill, audit a skill directory, check skill quality, or evaluate a skillset. Accepts a local directory path or GitHub repo URL. Do NOT use for reviewing code, documentation, or non-skill files.
- ▌
- ▌ JSON Validator · sirius-zuoUse when the user provides a JSON string and asks to validate its structure against a schema, check for required fields, or identify malformed JSON. Do NOT use for YAML, XML, or non-JSON formats.
- ▌ Skill Review Tests · sirius-zuoBehavioral test cases for the skill-review skill. These describe inputs and expected outputs for LLM-behavioral testing — they are not automated assertions.
- ▌
- ▌ Text Formatter · sirius-zuoUse when the user asks to format, reformat, or clean up plain text — fixing whitespace, standardizing punctuation, or applying a specified style. Do NOT use for code formatting or markdown rendering.