verify

Automate parallel code reviews, Gradle tests, and mutation testing in Git repositories.

6|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/PL-Coding-GmbH/Skills --skill verify-pl-coding-gmbh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/PL-Coding-GmbH/Skills/tree/main/skills/verify
Command: npx skills add https://github.com/PL-Coding-GmbH/Skills --skill verify-pl-coding-gmbh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill serves as a comprehensive IDE-local verification gate, facilitating a thorough code-review and test-quality check process for finished work in a repository.

Core Features & Use Cases

  • Integrated Verification Process: Automates the discovery of context, parallel code reviews, and targeted testing.
  • Parallel Reviews: Concurrently executes bug, convention, and security reviews using specialized agents.
  • Gradle Module Testing: Executes specific Gradle tests to ensure module-level integrity.
  • Mutation Testing: Validates code stability through targeted mutation testing in multiple worktrees.
  • Final Verdict: Provides a high-confidence report, identifying critical issues that need resolution before pushing code.

Quick Start

Run the /verify command to activate the verification process, optionally specifying a base reference (--base=<ref>) and the number of mutation workers (--parallelism=N).

Frequently Asked Questions about verify

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

FAQPage Schema
How do I run an IDE-local code review and test-quality check before committing Git changes?

To run an IDE-local code review and test-quality check before committing Git changes, use the `/verify` command. It orchestrates parallel bug, convention, and security reviews, executes targeted Gradle tests, and performs conditional mutation testing to provide a final verification report.

What is mutation testing and when is it needed for verifying code stability?

Mutation testing verifies code stability by introducing small changes to the code to check if existing tests catch the mutations. It is needed when you require high confidence that your test suite effectively detects bugs before pushing code to a repository.

Can I specify a base Git reference and control parallelism for mutation testing?

Yes, you can specify a base Git reference and control parallelism for mutation testing. By using the `--base=<ref>` and `--parallelism=N` arguments with the verify command, you define the comparison baseline and the number of parallel mutation workers.

How do I execute targeted Gradle tests for module-level integrity during a code review?

To execute targeted Gradle tests for module-level integrity during a code review, run the integrated verification process. It automatically discovers context and runs specific Gradle module tests concurrently with bug, convention, and security checks.

Does the verification process work outside of a Git repository?

No, the verification process does not work outside of a Git repository. It is specifically designed for IDE-local operations within Git repositories to review finished work and ensure code quality before committing changes.