lindir

Generates MD5 checksums for files and directories, verifying SHA-1/MD5/NIL hash values and correcting legacy checksums with MD5FILE/DIRECTORYFILE files.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/LarryHsiao/Skadi --skill lindir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lindir
Source: https://github.com/LarryHsiao/Skadi/tree/main/skills/lindir
Command: npx skills add https://github.com/LarryHsiao/Skadi --skill lindir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lindir renders a readable five-section brief for pull requests and merge requests, making it easy to surface essential changes without slogging through raw diffs.

Core Features & Use Cases

  • Read-by-default: renders a structured five-section brief from the PR/MR metadata and diff; the summary is strictly diff-driven.
  • Write-path via approve: with the approve verb, asks once and submits an approving review on the forge.
  • Host-agnostic dispatch: discovers forges from the URL and supports GitHub and GitLab.
  • Two-path workflow: read-path for inspection, write-path for approval actions; errors surface gracefully if data is unavailable.

Quick Start

Run Lindir with a PR/MR URL to generate the five-section brief; to approve, use the approve verb.

Frequently Asked Questions about lindir

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

FAQPage Schema
How do I get a concise code review summary for a pull request?

To get a concise code review summary for a pull request, you can use a tool that renders PR metadata and diffs into a structured five-section brief, preventing you from slogging through raw diffs.

Can I automatically submit an approving review on a merge request?

Yes, you can automatically submit an approving review on a merge request by using the approve verb, which asks for confirmation once and then submits the approval directly to the forge.

Does this code review automation tool work with both GitHub and GitLab?

Yes, this code review automation tool works with both GitHub and GitLab by using host-agnostic URL dispatch to automatically discover the forge and render the brief.

What is included in an automated pull request review brief?

An automated pull request review brief includes five structured sections: a header, description, metadata, a diff-driven summary of changes, and a complete file list.

What happens if the merge request diff data is unavailable during summarization?

If merge request diff data is unavailable during summarization, the tool relies on safe read-only defaults and surfaces any encountered errors gracefully without failing silently.