code-review

Review Go and Redis code changes for bugs, style, and best practices.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/AkikoAkaki/async-task-platform --skill code-review-akikoakaki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/AkikoAkaki/async-task-platform/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/AkikoAkaki/async-task-platform --skill code-review-akikoakaki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams ensure code changes for the async-task-platform are correct, clean, and safe by providing structured review guidelines and best practices.

Core Features & Use Cases

  • Correctness checks for logic and edge cases in Go and Lua scripts.
  • Concurrency, context, and testing considerations to prevent race conditions.
  • Clear feedback and actionable fixes to improve maintainability.

Quick Start

Review the latest code changes in the async-task-platform repository and provide line-by-line feedback with suggested fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review Go code for concurrency bugs and race conditions?

To review Go code for concurrency bugs, you must check logic, context handling, and edge cases to prevent race conditions. This skill provides structured guidelines to ensure correctness and safety in async-task-platform components.

What is the best way to check Lua scripts in Redis for correctness and style?

The best way to check Lua scripts in Redis for correctness is evaluating logic and edge cases against best practices. This skill enforces style and readability standards to ensure Lua scripting remains clean and maintainable.

Can I get line-by-line code review feedback for an async task platform?

Yes, you can get line-by-line code review feedback for an async task platform. The skill analyzes Go and Redis components, providing actionable fixes for bugs, style issues, and maintainability directly on your code changes.

Do I need external testing tools to review code changes for quality assurance?

No, you do not need external testing tools to review code changes for quality assurance. This skill requires no dependencies beyond standard development environments to evaluate Go, Redis, and Lua code quality.

How do I ensure context handling and testing considerations are met in Go code?

To ensure context handling and testing considerations are met in Go code, review logic for race conditions and edge cases. This skill provides structured feedback to verify concurrency safety and test coverage.