requesting-code-review

Automate code review requests with templates and git SHAs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RobertJonnyTiger/Sikumnik --skill requesting-code-review-robertjonnytiger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/RobertJonnyTiger/Sikumnik/tree/main/.agent/skills/requesting-code-review
Command: npx skills add https://github.com/RobertJonnyTiger/Sikumnik --skill requesting-code-review-robertjonnytiger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes and accelerates the code-review request process to catch issues early and prevent cascading defects before merge.

Core Features & Use Cases

  • Mandatory and optional review triggers for tasks and features
  • Templates and placeholders to communicate what was implemented and what is expected
  • Seamless integration with code-reviewer subagents to automate feedback flow

Quick Start

Fill in the code-review request template and dispatch the code-reviewer subagent before merging.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I request a code review for a pull request?

To request a code review, fill in a structured template detailing what was implemented, the plan or requirements, and the git SHAs. This standardizes the review process and provides clear context for reviewers before merging.

What should be included in a code review request template?

A code review request template should include placeholders for what was implemented, the plan or requirements, and the specific git SHAs. This ensures reviewers have the necessary context to catch issues early and prevent cascading defects.

When do I need a formal code review checkpoint in a development workflow?

You need a formal code review checkpoint in task-based development workflows where features are built incrementally. It acts as a mandatory or optional trigger to catch issues early before merging.

How do I automate the code review feedback flow?

You can automate the code review feedback flow by dispatching a code-reviewer subagent after filling out the review request template. This seamlessly integrates automated feedback into your quality assurance workflow before merging.

Does this code review process work with standard git workflows?

Yes, the code review process is designed for standard git workflows. It standardizes review requests by utilizing git SHAs to guide reviewers through task-based development before pulling or merging branches.