What Are Skills?
Skills are reusable diagnostic playbooks. They let your team package recurring investigation steps into a named capability that Siclaw can run on demand. Typical examples:- Check why a deployment rollout is stuck
- Review GPU health across training nodes
- Validate a service’s DNS and network path
- Collect the same evidence bundle every time an alert fires
How Teams Use Skills
Siclaw ships with built-in skills, and teams can add their own through the Web UI.- Core skills: built-in and maintained by Siclaw
- Team skills: shared across your organization after review
- Personal skills: private to one user unless promoted later
Creating a Skill
- what the skill is for
- which parameters it accepts
- how Siclaw should use it during an investigation
- optional scripts when a structured workflow needs custom execution
Review and Approval
Skills with scripts go through a mandatory review workflow before they become available:Siclaw is designed for read-only diagnostics. Team skills should follow the same model: investigate, summarize, and recommend actions rather than change production systems directly.
Running Skills
Skills can be used in several ways:- directly during a conversation
- as part of a deeper investigation
- from scheduled patrols
- from webhook-triggered workflows