explain

Generate an HTML onboarding report explaining code changes and implementation plans.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/AbsolutSystems/absolutpowers --skill explain-absolutsystems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explain
Source: https://github.com/AbsolutSystems/absolutpowers/tree/main/claude/skills/explain
Command: npx skills add https://github.com/AbsolutSystems/absolutpowers --skill explain-absolutsystems

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ten Skill usuwa chaos po zmianie w kodzie: zamiast krótkiego, mało zaufanego podsumowania generuje samodzielny raport HTML, który pomaga człowiekowi szybko zrozumieć plan pracy albo to, co faktycznie zostało zmienione.

Core Features & Use Cases

  • Tworzy czytelny raport onboardingowy z TL;DR, pytaniami i decyzjami dla człowieka, opisem zmian, ryzykami oraz mapą zmodyfikowanych plików.
  • Dla większych zmian potrafi pokazać architekturę i przepływy w Mermaid, a przy refaktorach zestawia stan przed i po w tabeli porównawczej.
  • Sprawdza się przy analizie ostatnich commitów, diffów, pojedynczych feature’ów, migracji i sytuacji, gdy trzeba przekazać kontekst komuś, kto nie śledził pracy agenta.

Quick Start

Poproś skilla explain o przygotowanie pliku HTML dla ostatniej zmiany albo wskazanego zakresu, aby szybko zrozumieć plan, ryzyka i otwarte decyzje.

Frequently Asked Questions about explain

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

FAQPage Schema
How do I generate an onboarding report from a git diff?

To generate an onboarding report from a git diff, you need a tool that parses code changes and outputs an HTML document explaining the modifications. This process produces an auditable summary featuring a TL;DR, risk notes, and a file map for human reviewers.

What is the best way to document code refactoring for new team members?

Documenting code refactoring for new team members is best handled by generating an HTML onboarding report. This report explains the changes by providing a TL;DR, comparison tables for before-and-after states, and Mermaid diagrams to visualize the updated architecture.

How does Mermaid diagram generation work for recent code commits?

Mermaid diagram generation for recent code commits works by analyzing the diff to identify architectural shifts and data flows. The system automatically translates these code changes into visual Mermaid diagrams embedded within the HTML onboarding report.

Can I analyze a specific commit range to explain implementation plans?

Yes, you can analyze a specific commit range to explain implementation plans. The analysis produces an HTML report that breaks down the planned work, highlights open questions, and maps the modified files to help humans understand the context.

Does code review documentation support comparison tables for before and after states?

Yes, code review documentation supports comparison tables for before and after states. When analyzing refactors, the generated HTML report explicitly contrasts the previous implementation with the new changes in a structured comparison table format.

What is included in a software onboarding report for feature migrations?

A software onboarding report for feature migrations includes a TL;DR, open questions, risk notes, and a file map of modified repositories. It provides an auditable summary that helps developers quickly understand the implementation context without reading the raw diff.