gv-protocols-analysis

Queries PostgreSQL for team and category protocols and generates Markdown documentation.

1|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/cassiandrei/claude-code-subagents --skill gv-protocols-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gv-protocols-analysis
Source: https://github.com/cassiandrei/claude-code-subagents/tree/main/skills/gv-protocols-analysis
Command: npx skills add https://github.com/cassiandrei/claude-code-subagents --skill gv-protocols-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the analysis of team protocols based on specific team and category IDs, generating structured Markdown documentation and a summary index.

Core Features & Use Cases

  • Protocol Data Extraction: Queries a PostgreSQL database to retrieve detailed protocol information, including numbers, titles, descriptions, categories, and SLA data.
  • Structured Documentation Generation: Creates individual Markdown files for each protocol, detailing its information, a summary, criticality, and proposed solutions.
  • Index Creation: Generates a README.md file within the protocolos directory, summarizing protocols by criticality and providing statistics.
  • Use Case: A support team lead can use this Skill to quickly generate a report on all open incidents for a specific team and category, categorizing them by urgency and providing a clear overview for management.

Quick Start

Analyze protocols for team 189 and category 154, generating detailed documentation.

Frequently Asked Questions about gv-protocols-analysis

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

FAQPage Schema
How do I generate Markdown documentation from PostgreSQL protocol data?

To generate Markdown documentation from PostgreSQL protocol data, this Skill queries your database using specific team and category IDs, retrieves protocol details including SLA data, and outputs structured Markdown files with a summary index.

Can I automate incident management reporting by querying a PostgreSQL database?

Yes, you can automate incident management reporting by querying a PostgreSQL database to extract protocol numbers, titles, and criticality, then generating categorized Markdown reports for management review.

What is the best way to analyze team protocols and categorize them by criticality?

The best way to analyze team protocols and categorize them by criticality is to extract protocol records from PostgreSQL, evaluate SLA data, and generate a README.md index summarizing statistics by urgency level.

Does this protocol analysis approach require specific team and category IDs to run?

Yes, this protocol analysis approach requires specific team and category IDs to query the PostgreSQL database, retrieve scoped incident management data, and generate the corresponding structured Markdown documentation.

How to create an index summarizing protocol statistics from database records?

To create an index summarizing protocol statistics from database records, the Skill extracts protocol data from PostgreSQL, generates individual Markdown files for each protocol, and compiles a README.md index with criticality summaries and statistics.

What limitations exist when generating structured documentation from SQL queries?

A limitation when generating structured documentation from SQL queries is that the analysis depends entirely on the PostgreSQL database schema and the availability of accurate team and category IDs to retrieve the required protocol data.