Tutorials¶
These tutorials provide hands-on, step-by-step guidance for learning clinvoker and implementing common workflows. Each tutorial is designed to be completed in 15-30 minutes.
Available Tutorials¶
-
Multi-Backend Code Review
Build a complete code review system that uses Claude, Codex, and Gemini in parallel to provide comprehensive feedback on pull requests.
-
Building AI Skills
Create Claude Code Skills that leverage clinvoker to call other AI backends for specialized tasks, extending Claude's capabilities.
-
CI/CD Integration
Integrate clinvoker into your CI/CD pipelines for automated code review, documentation generation, and testing.
-
LangChain Integration
Connect clinvoker to LangChain and LangGraph for building complex agent workflows with multiple AI backends.
Tutorial Skill Levels¶
| Tutorial | Level | Time | Prerequisites |
|---|---|---|---|
| Multi-Backend Code Review | Beginner | 20 min | Basic CLI knowledge |
| Building AI Skills | Intermediate | 30 min | Claude Code, JSON |
| CI/CD Integration | Intermediate | 25 min | GitHub Actions or GitLab CI |
| LangChain Integration | Advanced | 30 min | Python, LangChain basics |
Before You Start¶
All tutorials assume you have:
- clinvk installed - See Getting Started
- At least one backend - Claude Code, Codex CLI, or Gemini CLI
- Basic understanding of the core concepts
Tutorial Structure¶
Each tutorial follows this structure:
- Overview - What you'll build and learn
- Prerequisites - What you need before starting
- Step-by-step instructions - Detailed guidance
- Verification - How to confirm it works
- Next steps - Where to go from here
Getting Help¶
If you get stuck:
- Check the FAQ
- Review the Troubleshooting Guide
- Open an issue on GitHub