Revision
Genera revisiones diarias, semanales y de hábitos. Resume actividad, identifica patrones y planifica próximos pasos.From its SKILL.md
npx -y skills add Vasallo94/skill-issue --skill revisionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.0 KB, 544 tokens by cl100k_base, as published. Nobody here has run it
Revisión
Skill para mirar atrás y adelante: standups diarios, revisiones semanales y seguimiento de hábitos.
Cuándo usar esta skill
Cuando el usuario quiera:
- Generar un resumen de actividad del día (standup)
- Hacer una revisión semanal
- Revisar el estado de sus hábitos
[!CAUTION] Antes de crear o editar notas, lee las [[.agents/REGLAS_GLOBALES|Reglas Globales]].
Modo Diario (Standup)
Fuentes de información
- Notas modificadas hoy (vía MCP
resumen_actividad_reciente) - Commits de Git del día (
git log --since="today" --oneline) - Tareas completadas
Formato
Añadir al diario del día (01_Diario/) o crear uno nuevo con plantilla Diario.md:
## Actividad
### Lo que hice
- [resumen agrupado por proyecto/tema]
### Próximo
- [siguiente paso concreto]
### Bloqueantes
- [si los hay]
Si ya existe entrada de diario del día, integrar sin sobrescribir el contenido existente.
Modo Semanal
Fuentes de información
- Diarios de la semana (
01_Diario/) - Semanario anterior (objetivos previos)
- Notas modificadas en la semana
Formato
Crear nota con plantilla Semanario.md en 01_Diario/:
## Esta semana
### Logros
- [lo conseguido]
### Aprendizajes
- [lo aprendido]
### Revisión de objetivos
- [estado de los 3 objetivos de la semana pasada]
## Qué he aprendido
## Próxima semana
- [ ] Objetivo 1 (máximo 3 objetivos realistas)
- [ ] Objetivo 2
- [ ] Objetivo 3
## Cita de la semana
Principios: máximo 3 objetivos semanales, celebrar logros, sin culpa.
Modo Hábitos
Revisar el estado de hábitos en seguimiento:
- Consultar notas de diario recientes para extraer patrones
- Visualizar progreso (racha, frecuencia)
- Integrar con la revisión semanal si procede
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most study practice skills give in 544 tokens
Counted across 85 of the 97 authors here whose files we hold, read 2026-09-06
- Ask one question at a timein 17 of 85
- Give immediate feedback after each answerin 7 of 85
- Write five to eight quiz questionsin 6 of 85
- Ask one question per messagein 4 of 85
- Wait for each answer before continuingin 4 of 85
- Wait for the user's answer before feedbackin 4 of 85
- Present multiple-choice via AskUserQuestion with exactly four optionsin 4 of 85
- Treat pass as merge-readyin 2 of 85
- Present one word at a timein 2 of 85
- Verify a story project exists before startingin 2 of 85, across 1 file
- Clarify the revision pass type firstin 2 of 85, across 1 file
- Read chapter and continuity context before editingin 2 of 85, across 1 file
Said here and by no other author read
- Read global rules before creating or editing notes
- Gather today's notes, git commits, and completed tasks
- Add the standup to the day's journal entry
- Create the journal entry from template if missing
- Integrate into existing journal entries without overwriting
- Create the weekly review note from template
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.