requesting-code-review

Review code commits for security issues, quality, and correctness.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/THTProtocol/lastochka --skill requesting-code-review-thtprotocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/THTProtocol/lastochka/tree/main/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/THTProtocol/lastochka --skill requesting-code-review-thtprotocol

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures your code is secure and meets quality standards before it's committed to the repository.

Core Features & Use Cases

  • Pre-Commit Security Scan: Checks for hardcoded secrets and potential security issues in the code.
  • Baseline Tests and Linting: Compares changes against baseline results and runs appropriate linters.
  • Independent Code Review: Assigns an independent subagent to review the changes, ensuring impartiality.
  • Auto-Fix Loop: Automatically fixes identified issues and re-verifies the code.

Quick Start

Run 'lastochka skill request-code-review' to initiate a pre-commit code review.

Frequently Asked Questions about requesting-code-review

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

FAQPage Schema
How do I run a pre-commit code review for security and quality issues?

To run a pre-commit code review, initiate a check that performs static analysis, scans for hardcoded secrets, and assigns an independent subagent to review functional correctness before committing changes.

What is an independent code review and how does it work in version control?

An independent code review assigns an isolated subagent to assess code changes for impartiality. It evaluates security, quality, and functional correctness before changes are committed to a version-controlled repository.

Can I automatically fix security issues and linting errors before committing code?

Yes, an auto-fix loop automatically addresses identified security and quality concerns, re-verifying the code against baseline tests and linting results to ensure issues are resolved pre-commit.

Does pre-commit static analysis detect hardcoded secrets in my codebase?

Pre-commit static analysis includes a security scan specifically designed to check for hardcoded secrets and potential security vulnerabilities within your code changes before they reach the repository.

What is the best way to verify baseline tests and linting during code review?

The best way to verify baseline tests and linting is to compare current changes against baseline results and run appropriate linters, ensuring code meets quality standards before an independent review.

When should I avoid automated code review in my development workflow?

You should avoid automated code review if your changes require complex contextual understanding beyond static analysis, as it focuses on pre-commit security, linting, and functional correctness checks.