glog-diff

Performs Glog.AI scan with SARIF validation and writes remediation report to .glog/glog-remediation-report.md.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/glogai/glog-skills --skill glog-diff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: glog-diff
Source: https://github.com/glogai/glog-skills/tree/main/glog-diff
Command: npx skills add https://github.com/glogai/glog-skills --skill glog-diff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Glog.AI scan with SARIF validation to identify actionable remediation findings in the project, while avoiding edits to SARIF and unrelated refactors.

Core Features & Use Cases

  • Performs a Glog.AI scan with SARIF validation
  • Focused remediation scoped to changed files when possible
  • Writes remediation report to .glog/glog-remediation-report.md and cleans up temporary artifacts while preserving SARIF results

Quick Start

Run the glog-diff skill to scan the current project and generate a remediation report.

Frequently Asked Questions about glog-diff

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

FAQPage Schema
How do I generate a SARIF remediation report for changed files only?

Run a Glog.AI scan with SARIF validation to identify actionable remediation findings. This focuses the scan on changed files when possible and writes a detailed remediation report to .glog/glog-remediation-report.md.

Does Glog.AI scan modify the original SARIF file during remediation?

No, Glog.AI scan preserves the original SARIF file without edits. It performs SARIF validation to identify actionable remediation findings and writes a detailed remediation report to .glog/glog-remediation-report.md instead of modifying the SARIF.

Can I scope automated security remediation to changed files in my current project?

Yes, Glog.AI scan performs focused remediation scoped to changed files when possible, avoiding unrelated refactors. It conducts a scan with SARIF validation to identify actionable remediation findings in the current project.

What is SARIF validation for automated security remediation?

SARIF validation for automated security remediation is the process of analyzing SARIF format results to identify actionable fixes. Glog.AI scan uses this mechanism to pinpoint remediation findings in the current project while preserving the original SARIF file.

Do I need environment variables for Glog.AI scan authentication and cache management?

Yes, you need environment variables for Glog.AI scan authentication and cache management. The Glog.AI scan leverages the glog-action workflow and required environment variables to conduct the scan and generate the remediation report.

Where does Glog.AI scan write the remediation report?

Glog.AI scan writes the remediation report to .glog/glog-remediation-report.md. This detailed report contains the actionable remediation findings identified during the SARIF validation scan of your project.