Multi-role code review. Orchestrates technical, product, and risk analysis roles into a single consolidated report. Use when asked to do a full review of a pull request, branch, or code changes.
Product review for changes. Assesses DoD alignment, user impact, completeness, and consistency with werf/nelm product behavior. Use alongside technical review for a full picture.
Risk analysis for changes. Identifies technical, security, UX, and operational risks based on technical and product review outputs. Produces a risk analysis table.
Technical code review for changes. Evaluates Go, werf, Docker, Container Registry, and nelm code against SOLID/DRY/KISS principles and project conventions. Use when asked to review pull requests, branches, or code changes.
Generates Pull Request titles and descriptions according to werf conventions. Use when creating or updating a PR.
Generates git branch names according to werf conventions. Use when creating a branch for a new task.
Generates git commit messages according to werf conventions. Use after staging changes.