Waza
Plugin تم التحققReviews code diffs and release-ready changes after implementation, extracts project-specific constraints from repository context, auto-fixes safe issues, and drives approved release, publish, push, release-reaction, and issue/PR follow-through. Also triages issues and PRs when the user mentions them. Not for exploring ideas or debugging.
This plugin provides the `/check` skill, which automates the review of code diffs and release-ready changes. It extracts project-specific constraints, automatically fixes safe issues, and manages release, publish, and follow-through processes for issues and pull requests. It operates by analyzing repository context and user-defined task constraints to ensure code quality and facilitate smooth releases.
Documentation
- warning:Configuration & parameter referenceThe README does not detail any specific configuration options or parameters for the `/check` skill, and the 'Project Context' section mentions reading project commands from various files, but doesn't specify how the skill interacts with or configures this.
Versioning
- warning:Release ManagementWhile the README shows a 'version' badge linked to GitHub releases, the 'Manifest Version: n/a' indicates no explicit versioning is declared in the project's manifests (e.g., package.json, SKILL.md frontmatter) for this specific skill.
Code Execution
- info:ValidationThe extension's description implies it will parse project context and apply fixes, suggesting some level of validation, but there's no explicit mention or evidence of a schema library being used for robust input validation and sanitization.
التثبيت
أضف Marketplace أولًا
/plugin marketplace add tw93/waza/plugin install waza-check@wazaامتدادات مماثلة
PR Review Toolkit
98Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Code Review Toolkit
95Code review toolkit. Includes code review expert for various tech stacks and software development practices.
ast-grep Code Search
98Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search.