agent-tech-lead-review

Automate final pull request review and merge in an SDLC pipeline.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/korchasa/auto-flowai --skill agent-tech-lead-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-tech-lead-review
Source: https://github.com/korchasa/auto-flowai/tree/main/.auto-flow/agents/agent-tech-lead-review
Command: npx skills add https://github.com/korchasa/auto-flowai --skill agent-tech-lead-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the final code review process for a pull request, ensuring code quality, CI gate adherence, and efficient merging.

Core Features & Use Cases

  • Automated Code Review: Performs a final check of code changes against acceptance criteria.
  • CI Gate Verification: Checks the status of continuous integration workflows.
  • Automated Merging: Merges the pull request if all checks pass, or leaves it open with feedback if issues are found.
  • Use Case: After all development and testing stages are complete, this Skill acts as the final gatekeeper before merging code into the main branch, ensuring a smooth and reliable release process.

Quick Start

Use the agent-tech-lead-review skill to perform a final review and merge the current pull request if all checks pass.

Frequently Asked Questions about agent-tech-lead-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the final code review and merge process for pull requests?

Automating the final code review and merge process for pull requests requires a gatekeeper mechanism that verifies code quality against acceptance criteria and checks CI gate status. This Skill executes merges when checks pass or requests changes when issues surface.

What is a post-pipeline gatekeeper for production readiness?

A post-pipeline gatekeeper for production readiness is an automated final check that operates after development and testing stages complete. It verifies code changes against acceptance criteria and CI gate adherence before allowing a merge into the main branch.

Does this automated code review tool check CI gate status before merging?

Yes, this automated code review tool checks CI gate status before merging. It verifies continuous integration workflows have passed and then executes the pull request merge only if all quality checks and acceptance criteria are met.

Can I use this to automatically merge a pull request only when acceptance criteria pass?

You can use this to automatically merge a pull request only when acceptance criteria pass. It performs a final check of code changes against your defined requirements and leaves the pull request open with feedback if issues are found.

What happens to a pull request when automated code review finds issues?

When automated code review finds issues, the pull request is left open with feedback instead of being merged. The Skill requests changes based on its findings against acceptance criteria and CI gate status, ensuring code quality is maintained.

When should I not use an automated merge gatekeeper in my CI/CD pipeline?

You should not use an automated merge gatekeeper when manual oversight is required for complex changes or when acceptance criteria cannot be clearly defined. It is designed for post-pipeline production readiness after all standard development and testing stages are complete.