What You’ll Set Up
By the end of this tutorial, you’ll have a custom skill that gives AI agents your organization’s specific knowledge — applied automatically whenever they run tasks for the features you choose.Navigate to Customize
Go to Customize from the sidebar menu. You’ll see the Custom Skills section where all workspace skills are managed.
Create a Skill
Click New Skill and choose a creation method:
- Create with AI: Describe what you need and let AI generate the skill
- Write skill instructions: Write the skill manually using a form
Review the Generated Skill
After creation, your skill appears as a card on the Custom Skills page. Click the card to open the detail view and review the instructions.The detail view shows a split-pane layout with the file tree on the left and rendered markdown on the right. Make sure the instructions match your expectations.
Enable the Skill
Toggle the skill on using the switch on its card. Disabled skills are saved but not applied by agents.
Assign to Features
Use the feature checkboxes on the skill card to control where it applies:
- Code Review — applied during PR analysis
- Incident — applied during incident investigation
- Assessment — applied during infrastructure assessments
How It Works
Writing Effective Skills
A skill is a Markdown file with YAML frontmatter:- Be specific — concrete rules and examples work better than vague guidelines
- Keep it focused — one skill per domain (separate security from performance)
- Show examples — agents follow examples more reliably than abstract explanations
- Every token counts — write only what the agent doesn’t already know
Skill Format Reference
Full SKILL.md structure, frontmatter reference, and best practices
Tips
- Start with one skill: Create a focused skill for your most common review concern and see how the agent applies it before creating more
- Use AI to iterate: Click Edit with AI on any skill to refine it through conversation
- Test on a single feature first: Enable a new skill on one feature and review the output before assigning it broadly
- Check the detail view: Always review the rendered instructions to make sure they read clearly
Next Step
Incident Response
Set up AI-powered incident investigation and root cause analysis