code-review

Review Pake project code with Waza and Pake-specific commands.

60.5k|12.3k|Updated Oct 14, 2022
One-click install
npx skills add https://github.com/tw93/Pake --skill code-review-tw93
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/tw93/Pake/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/tw93/Pake --skill code-review-tw93

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the code review process for Pake projects by integrating with Waza and providing a set of commands for various review tasks.

Core Features & Use Cases

  • Customizable Review Checks: Utilizes Waza for generic reviews, with additional Pake-specific commands.
  • Automated Tasks: Executes commands like rebuilding the CLI tool, formatting checks, and running tests.
  • Quick Review Commands: Provides shortcuts for common review actions, such as fetching PR diffs and formatting checks.
  • Use Case: Enhance the review process in Pake projects, especially for TypeScript CLI, Rust/Tauri development, release artifacts, and CI environments.

Quick Start

Use the code-review skill to get the PR diff with gh pr diff.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I streamline code review for Pake projects?

Streamline Pake project code review by integrating Waza for generic checks and executing tailored commands for TypeScript CLI, Rust/Tauri, and CI environments.

How do I fetch a PR diff for a Pake code review?

Fetch the PR diff for a Pake code review by running the `gh pr diff` command to quickly retrieve changes and apply formatting checks.

What automated checks can I run during a Pake project review?

Automated checks during a Pake project review include rebuilding the CLI tool, executing formatting checks, and running tests to validate TypeScript and Rust/Tauri development.

Does this code review approach work with Rust and Tauri development?

Yes, this code review approach works with Rust and Tauri development by providing tailored commands and checks specifically designed for these Pake project scenarios.

Can I use Waza for generic reviews in Pake CI environments?

Yes, you can use Waza for generic reviews in Pake CI environments, supplemented by additional commands targeting release artifacts and specific review tasks.

What are the limitations of using tailored commands for Pake code reviews?

The limitations of using tailored commands for Pake code reviews are that they specifically target Pake, TypeScript CLI, Rust/Tauri, and CI scenarios, limiting general applicability outside this stack.