From b3cbbc8146d8504d24b9baa31be50fc9ef25737d Mon Sep 17 00:00:00 2001 From: Alexey Efimchik Date: Wed, 25 Mar 2026 12:05:45 +0700 Subject: [PATCH] Updated Home.md file --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index 2e48b3d..af047b0 100644 --- a/Home.md +++ b/Home.md @@ -49,6 +49,9 @@ When a pull request is opened or updated, Kodo kicks in automatically: - [CI/CD Integration](how-to-integrate) — how to add Kodo to your repository workflow - [Extension of Existing Review Rules](extension-of-rules) — how to extend the built-in rules with project-specific instructions - [Overriding Review Rules](overriding-rules) — How to completely override all instructions and create your own review agent + - [📝 Template: Technical Writing & Documentation](review-template-tech-writer) — grammar, clarity, structure, and content quality for docs and articles + - [🔒 Template: Security Review](review-template-security) — vulnerabilities, unsafe patterns, OWASP Top 10, secrets exposure + - [⚡ Template: Performance Review](review-template-performance) — bottlenecks, N+1 queries, memory leaks, algorithmic complexity - [Troubleshooting](faq-troubleshooting) — what to check when Kodo doesn't run ### ⚙️ DevOps