gf-summary

Analyze Verilator lint and simulation outputs into structured reports.

101|13|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/codejunkie99/Gateflow-Plugin --skill gf-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gf-summary
Source: https://github.com/codejunkie99/Gateflow-Plugin/tree/main/plugins/gateflow/skills/gf-summary
Command: npx skills add https://github.com/codejunkie99/Gateflow-Plugin --skill gf-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verilator lint and simulation outputs are often verbose and hard to interpret. This Skill converts noisy logs into a concise, readable report that highlights the key issues.

Core Features & Use Cases

  • Summarizes lint errors and warnings by file and line numbers.
  • Provides a structured Issues Found section with clear suggestions.
  • Use Case: Run /gf-summary to generate a short, actionable report from the latest run.

Quick Start

/gf-summary # Summarize the most recent lint output /gf-summary sync_fifo.sv # Lint and summarize for a specific file

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?

You can summarize Verilator lint output into a readable report by running a command that parses the verbose logs and extracts errors with file and line numbers. This produces a concise, structured summary highlighting key issues.

What is the best way to parse SystemVerilog lint warnings by file and line number?

Parsing SystemVerilog lint warnings by file and line number is done by summarization tools that group issues found in the output logs and present them in a structured, actionable format for debugging.

Can I generate a lint summary for a specific SystemVerilog file?

Yes, you can generate a lint summary for a specific SystemVerilog file by passing the filename as an argument to the summary command. This targets the linting and summarization process specifically for that file.

Does Verilator simulation output support structured debugging recommendations?

Verilator simulation output supports structured debugging recommendations when processed by a summarization skill. It analyzes the text logs across multiple runs to present actionable suggestions for identified issues.

How do I extract actionable suggestions from noisy hardware verification logs?

You extract actionable suggestions from noisy hardware verification logs by applying a text parsing skill that filters the output and formats a structured summary. This highlights the key issues found across multiple files and runs.