iproute-verify

Apply iproute2 patch verification criteria and generate PASS/FAIL reports.

Updated Nov 29, 2025
One-click install
npx skills add https://github.com/thimslugga/agent-skills --skill iproute-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iproute-verify
Source: https://github.com/thimslugga/agent-skills/tree/main/skills/linux/linux-review/iproute-verify
Command: npx skills add https://github.com/thimslugga/agent-skills --skill iproute-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The iproute-verify skill provides a structured approach to validate iproute2 patches, ensuring they compile, produce correct JSON and text outputs, follow coding style, and include proper commit metadata.

Core Features & Use Cases

  • Verification workflow guidance using the provided references
  • Systematic item-by-item checks for code quality, functionality, and commit quality
  • Real-world patch reviews to ensure patches meet iproute2 standards

Quick Start

Run iproute-verify against a new iproute2 patch to generate a verification report.

Frequently Asked Questions about iproute-verify

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

FAQPage Schema
How do I verify iproute2 patches for coding style and JSON output compliance?

You can verify iproute2 patches by applying review protocol criteria to check code quality, JSON and text output correctness, and commit metadata. This generates a deterministic PASS or FAIL report with actionable remediation guidance for fixing any identified issues.

What criteria are checked during an iproute2 patch review?

An iproute2 patch review systematically checks code quality, functionality including JSON and text outputs, and commit metadata quality. These verification criteria are summarized from the review protocol to ensure patches meet iproute2 standards before producing a final compliance report.

How do I generate a patch verification report for iproute2 kernel compatibility?

Generating a patch verification report involves running checks against new or existing iproute2 patches to determine compliance. The process evaluates kernel compatibility and coding style, outputting a deterministic PASS or FAIL report with actionable remediation guidance for non-compliant elements.

Does iproute2 patch verification check both code quality and commit metadata?

Yes, iproute2 patch verification checks both code quality and commit metadata. The process applies item-by-item criteria across code quality, functionality, and commit quality to ensure patches compile, produce correct outputs, and include proper commit metadata for full standards compliance.

What should I do if my iproute2 patch fails code quality or output checks?

If your iproute2 patch fails code quality or output checks, consult the actionable remediation guidance provided in the verification report. The deterministic PASS or FAIL output identifies specific compliance failures across code, functionality, and commit quality to direct your fixes.