Skip to main content

pr-analysis

Analyze PR source code changes and correlate with screenshot diffs. Use when pr-diff.txt is present and you need to understand which code changes caused visual differences.

Aller à l'installation

Informations de source

Dépôt
alwaysmeticulous/meticulous-sdk
Dernière activité de la source
12 mars 2026 à 15:33
Langue détectée de SKILL.md
anglais
Étoiles
28
Forks
6

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
pr-analysis
description
Analyze PR source code changes and correlate with screenshot diffs. Use when pr-diff.txt is present and you need to understand which code changes caused visual differences.
# PR Analysis When `debug-data/pr-diff.txt` is present in the workspace, analyze the source code changes and correlate them with the screenshot diffs. 1. Read `debug-data/pr-diff.txt` to understand what code changed 2. Read the diff summaries in `debug-data/diffs/*.summary.json` to see which screenshots differ 3. For each screenshot that differs, identify which code changes are most likely responsible Provide a structured analysis: - Which files were modified and what the key changes are - Which code changes are most likely to affect visual output (CSS, layout, component rendering) - For each differing screenshot, the most likely code change that caused it - Whether the visual changes appear intentional (matching the code intent) or unintentional
Voir sur GitHub