code-review

Identify security, quality, and architecture issues in TypeScript files before merge.

2|Updated Mar 27, 2019
One-click install
npx skills add https://github.com/silcam/lessons-from-luke --skill code-review-silcam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/silcam/lessons-from-luke/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/silcam/lessons-from-luke --skill code-review-silcam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams catch security, quality, and architecture problems in TypeScript code before changes are merged, without forcing a manual review of every file.

Core Features & Use Cases

  • Parallel reviews: Runs security, quality, and architecture checks at the same time to surface issues faster.
  • Targeted file review: Reviews named files, staged files, or auto-discovered TypeScript files in common source and test folders.
  • Tracked findings: Converts each issue into a beads task so teams can follow up and avoid duplicate work.

Quick Start

Use the code-review skill to review the TypeScript files we changed and return only actionable findings.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review TypeScript code for security and architecture issues before merging?

You can review staged changes, explicitly named file paths, or auto-discovered source and test files. The skill runs parallel security, quality, and architecture checks simultaneously to surface actionable findings before merge.

What's the best way to automate catching code quality issues in TypeScript files during development?

Automating code quality checks for TypeScript files uses parallel subagents to analyze security, quality, and architecture simultaneously, deduplicates findings against open beads tasks, and serializes task creation for each issue found.

Can I run a code review on only staged TypeScript changes instead of the entire project?

Yes, targeted file review supports staged changes, explicitly named paths, and auto-discovered TypeScript files in common source and test folders, allowing you to scope the parallel security, quality, and architecture analysis to relevant changes only.

Does parallel code review work with TypeScript test files or only source files?

Parallel code review applies to both source and test TypeScript files. It auto-discovers files in common source and test folders, running security, quality, and architecture checks across all discovered files before merge.

How does the code review process handle duplicate findings from parallel security and architecture analysis?

The code review process deduplicates findings against open beads tasks before creating new ones. Each unique issue is serialized into an individual beads task, ensuring teams can track follow-ups without duplicate work.

When should I avoid using automated parallel analysis for TypeScript code reviews?

Automated parallel analysis is designed for file-level reviews during development, including staged changes and named paths. It is not suited for repository-wide historical audits or non-TypeScript codebases outside its security, quality, and architecture scope.