gf-summary

Summarize Verilator and lint output into readable reports with prioritized fixes.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/RedClaus/cortex --skill gf-summary-redclaus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gf-summary
Source: https://github.com/RedClaus/cortex/tree/main/core/plugins/gateflow/skills/gf-summary
Command: npx skills add https://github.com/RedClaus/cortex --skill gf-summary-redclaus

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of understanding Verilator and linting tool outputs, which are often dense and difficult to parse, by providing a clear, summarized report.

Core Features & Use Cases

  • Summarizes Verilator/lint output: Presents errors and warnings in a human-readable format.
  • Prioritizes recommendations: Offers actionable steps for fixing identified issues.
  • Use Case: After running a Verilator lint check on a complex hardware design file, this Skill can quickly highlight critical errors and suggest fixes, saving engineers significant debugging time.

Quick Start

Summarize the most recent Verilator output.

Frequently Asked Questions about gf-summary

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

FAQPage Schema
How do I summarize Verilator lint output into a readable report?

To summarize Verilator lint output, this Skill analyzes the simulation and lint check results, presenting errors and warnings with line numbers, descriptions, and suggested fixes in a readable report format.

What is the best way to debug hardware design errors from dense lint check results?

Debugging hardware design errors from dense lint results is best achieved by generating a summarized report that prioritizes recommendations for issue resolution, highlighting critical errors and suggesting fixes to save debugging time.

Can I get suggested fixes for warnings and errors directly from Verilator output?

Yes, you can get suggested fixes from Verilator output. The Skill analyzes the lint check results and presents errors and warnings alongside descriptions and prioritized recommendations for resolving the identified issues.

How do I generate a report highlighting line numbers from lint check results?

Generating a report with line numbers from lint check results involves parsing the Verilator output to extract error locations and descriptions, which this Skill formats into a human-readable summary for quick reference.

Does this summarize output for complex hardware design simulation files?

Yes, it summarizes output for complex hardware design simulation files. After running a Verilator lint check, the Skill quickly highlights critical errors and suggests fixes, simplifying dense and difficult-to-parse outputs.