Skills

Skills are specialized capabilities that extend Tuvo Code's functionality. They allow Tuvo to perform complex tasks with domain-specific knowledge.

Built-in Skills

  • Code Review — Analyze code for bugs, security issues, and best practices
  • Refactoring — Improve code structure while maintaining functionality
  • Testing — Generate and run tests for your code
  • Documentation — Generate documentation from code
  • Debugging — Identify and fix bugs

Using Skills

Skills are automatically invoked based on your request. For example:

> review this code for security vulnerabilities > refactor the authentication module > generate tests for the API endpoints > document this function

Custom Skills

You can create custom skills for your specific needs. See the Custom Skills section for details on how to create and use custom skills.