gstack-deepseek-review

Run independent PR code diff reviews using the DeepSeek API.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/lyh2/gstack-deepseek --skill gstack-deepseek-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gstack-deepseek-review
Source: https://github.com/lyh2/gstack-deepseek/tree/main/gstack-deepseek-review
Command: npx skills add https://github.com/lyh2/gstack-deepseek --skill gstack-deepseek-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token-heavy code reviews demand extensive reasoning and compute resources. This skill offloads the heavy analytical work to the DeepSeek API, delivering an independent review while the host model stays lean.

Core Features & Use Cases

  • External, DeepSeek-powered review for large diffs and token-heavy codebases.
  • Structured feedback with issue priorities and actionable recommendations to accelerate /review and /qa passes.
  • Monorepo and long-lived branch support where conventional reviews drift or miss edge cases.

Quick Start

Run a DeepSeek-first review on the current branch to obtain an external analysis before running the standard review flow.

Frequently Asked Questions about gstack-deepseek-review

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

FAQPage Schema
How do I run an AI code review for token-heavy projects without exceeding my model limits?

You can offload heavy code review analysis to the DeepSeek API. This approach runs an independent PR diff review against the current branch, keeping the host model lean while delivering structured feedback.

Can I use DeepSeek for PR review on monorepos and long-lived branches?

Yes, DeepSeek PR review supports monorepos and long-lived branches where conventional reviews drift. It collects diffs and file references to provide an external analytical pass that catches edge cases.

What do I need to set up before running a DeepSeek-first code diff analysis?

You need a valid DEEPSEEK_API_KEY to run a DeepSeek-first code diff analysis. The skill uses this key to authenticate external review requests and return structured feedback with gate signals.

How does an external AI-assisted review integrate with my existing review flow?

An external AI-assisted review accelerates your existing flow by providing actionable recommendations and issue priorities. You run this DeepSeek-first pass to obtain analysis before executing standard review and QA passes.

What is the best way to handle code reviews for large diffs that drain compute resources?

The best way to handle large diffs is offloading the extensive reasoning to an external model. This skill delegates token-heavy analytical work to DeepSeek, delivering an independent review while the host stays lean.