development-review

Run linting, type checking, and code formatting checks for development standards.

182|26|Updated Dec 20, 2024
One-click install
npx skills add https://github.com/w7panel/w7panel --skill development-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-review
Source: https://github.com/w7panel/w7panel/tree/main/.opencode/skills/development-review
Command: npx skills add https://github.com/w7panel/w7panel --skill development-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers adhere to coding standards and practices, ensuring high-quality code through automated checks and guidelines.

Core Features & Use Cases

  • Pre-Development Standards: Reference architectural patterns, interface design, performance optimization, and code quality best practices.
  • Post-Development Checks: Automated and manual checks for compiling, linting, type checking, code review, and verification.
  • Use Case: Before merging code into the main branch, use this Skill to ensure the code adheres to the defined standards and is ready for production.

Quick Start

Run the 'development-review' command to initiate the automated code review and checks.

Frequently Asked Questions about development-review

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

FAQPage Schema
How do I automate code review and quality assurance checks before merging code?

Automate code review by running linting, type checking, and code formatting checks to enforce development standards before merging code into the main branch for production readiness.

What is the best way to enforce pre-commit hooks and development standards in a CI/CD pipeline?

Enforce development standards in CI/CD pipelines by executing automated checks that validate compiling, linting, and type checking against architectural patterns and code quality best practices.

Can I use automated code checks for manual validation and interface design review?

Yes, automated code checks support manual validation by verifying interface design and performance optimization against pre-development standards, ensuring thorough post-development code review.

Does this code review process work without external dependencies?

Yes, the code review process runs without external dependencies, utilizing internal scripts and references to perform linting, type checking, and code formatting validation directly.

Why does my code fail quality assurance checks during pre-commit hooks?

Code fails quality assurance checks when it lacks adherence to defined development standards, requiring automated linting, type checking, and formatting corrections before passing pre-commit validation.