search-analyze-report-template

Detect codebase patterns via Grep/Glob and generate severity-based reports.

Updated Nov 21, 2025
One-click install
npx skills add https://github.com/djankies/claude-configs --skill search-analyze-report-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-analyze-report-template
Source: https://github.com/djankies/claude-configs/tree/main/plugin-template/skills/search-analyze-report-template
Command: npx skills add https://github.com/djankies/claude-configs --skill search-analyze-report-template

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This template demonstrates a Search → Analyze → Report workflow for systematically examining codebases and producing structured findings.

Core Features & Use Cases

  • Phase-based search, analysis, and reporting.
  • Categorization by severity and type to prioritize issues.
  • Actionable recommendations with file references.

Quick Start

Search for targeted patterns, analyze findings by severity, and generate a structured report.

Frequently Asked Questions about search-analyze-report-template

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

FAQPage Schema
How do I search for patterns across my codebase and generate a report?

Pattern search across codebases uses grep and glob patterns to locate specific code structures, then categorizes findings by severity and type. This workflow automates detection for security reviews, quality audits, and compliance checks, producing structured reports with file:line references and actionable recommendations.

Can I automate codebase audits with severity-based categorization?

Yes. Automated codebase audits apply systematic pattern detection to identify issues, categorize them by severity level, and generate prioritized findings. This enables security reviews and quality assessments to focus remediation efforts on high-impact problems first.

What's the best way to structure findings from a code search into an audit report?

Structure findings by categorizing search results into severity tiers and issue types, then generate report-ready outputs with file references. This approach transforms raw pattern matches into actionable recommendations suitable for stakeholder review and remediation planning.

How do I create file:line references in a codebase analysis report?

File:line references are generated by combining grep-based pattern search results with file metadata and line numbers. These precise location indicators make reports actionable by directing developers directly to affected code sections for inspection and remediation.

Does this approach work for security reviews and compliance audits?

Yes. The search-analyze-report workflow applies to security reviews, compliance audits, and quality assessments. Pattern detection identifies policy violations, code quality issues, and security concerns; severity categorization prioritizes findings; structured output enables audit documentation.