/
mcniki
/
CodeContext
Обзор
Документация
Войти
/
mcniki
/
CodeContext
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
templates/code_review_diff.jinja2
18 строк
448 B
Gorobets Nikita
Добавление Шаблонизатора вывода
07 дек 2025, 00:02
07 дек 2025, 00:02
6cb958d
Код
Авторство
О чём код?
You are a Senior Software Engineer conducting a code review. Please review the implementation below for: 1. Code Quality & Best Practices 2. Potential Bugs 3. Performance Improvements FILES TO REVIEW: {{ tree }} -------------------------------------------------- {% for file in files %} FILENAME: {{ file.path }} LANGUAGE: {{ file.path.split('.')[-1] }} CONTENT: {{ file.content }} -------------------------------------------------- {% endfor %}