·jj-history-investigation
</>

jj-history-investigation

Investigue el historial de confirmaciones de jj, divida confirmaciones, anote cambios de archivos y limpie confirmaciones redundantes. Úselo al depurar el historial, dividir confirmaciones grandes o reescribir el historial compartido.

37Instalaciones·4Tendencia·@edmundmiller

Instalación

$npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigation

Cómo instalar jj-history-investigation

Instala rápidamente el skill de IA jj-history-investigation en tu entorno de desarrollo mediante línea de comandos

  1. Abrir Terminal: Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.)
  2. Ejecutar comando de instalación: Copia y ejecuta este comando: npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigation
  3. Verificar instalación: Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

Fuente: edmundmiller/dotfiles.

SKILL.md

Ver original

When working with complex jj repositories, you may need to investigate historical commits, split monolithic changes into focused commits, or clean up messy history. This skill documents efficient techniques for:

| jj log | View commit history | jj log -r 'ancestors(@, 10)' | | jj show | Display commit details | jj show abc123 | | jj file annotate | Line-by-line change tracking | jj file annotate src/main.tex | | jj edit | Start editing a commit | jj edit abc123 --ignore-immutable | | jj split | Split a commit into pieces | jj split --ignore-immutable path/to/file |

| jj abandon | Remove commits from history | jj abandon abc123 | | jj rebase | Move commits to new base | jj rebase -b main -d new-base |

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigation
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-22
Actualizado
2026-03-11

Browse more skills from edmundmiller/dotfiles

Respuestas rápidas

¿Qué es jj-history-investigation?

Investigue el historial de confirmaciones de jj, divida confirmaciones, anote cambios de archivos y limpie confirmaciones redundantes. Úselo al depurar el historial, dividir confirmaciones grandes o reescribir el historial compartido. Fuente: edmundmiller/dotfiles.

¿Cómo instalo jj-history-investigation?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/edmundmiller/dotfiles --skill jj-history-investigation Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code, Cursor u OpenClaw

¿Dónde está el repositorio de origen?

https://github.com/edmundmiller/dotfiles