diff

Inspect code differences between experiment commits.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tokyo-megacorp/autoimprove --skill diff-tokyo-megacorp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diff
Source: https://github.com/tokyo-megacorp/autoimprove/tree/main/skills/diff
Command: npx skills add https://github.com/tokyo-megacorp/autoimprove --skill diff-tokyo-megacorp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables users to inspect detailed code-level differences between experiment commits, facilitating validation and understanding of changes that impact performance or behavior.

Core Features & Use Cases

  • Dynamic Diff Viewing: Show the actual code changes introduced in specific experiments or across multiple kept experiments.
  • Comparison of Multiple Experiments: Aggregate diffs from a range of experiments to see the overall impact of a series of modifications.
  • Use Case: A developer wants to verify what code was altered in the latest experiment before deciding on a rollback.

Quick Start

Use the diff skill to view the changes made in experiment 12 by running /autoimprove diff 12.

Frequently Asked Questions about diff

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

FAQPage Schema
How do I view code differences from automated experiment commits?

To view code differences from experiment commits, you can use automated diff filtering and summarization to inspect specific changes without running manual git commands. This allows you to quickly assess code evolution and validate modifications.

How does diff summarization work across multiple experiments?

Diff summarization across multiple experiments works by aggregating code differences from a range of experiment commits into a single comparison. This provides an overall view of the cumulative impact from a series of modifications.

Can I review code changes for a specific experiment before deciding on a rollback?

Yes, you can review code changes for a specific experiment before a rollback by viewing the actual code differences introduced in that commit. This helps verify exactly what code was altered to inform your decision.

What is the best way to compare code evolution across version control experiments?

The best way to compare code evolution across version control experiments is to use an automated diff tool that handles filtering and comparison. This bypasses manual git commands and provides dynamic views of changes across kept experiments.

Do I need to run manual git commands to inspect code regressions?

No, you do not need to run manual git commands to inspect code regressions. Automated diff viewing handles the filtering and comparison of experiment commits, allowing you to understand regressions through summarized code differences directly.