backlog-git-tracker — community backlog-git-tracker, pm-workspace, community, ide skills

v1.0.0

Acerca de este Skill

Perfecto para Agentes de Gestión de Proyectos que necesitan automatización de flujo de trabajo optimizada con integración de Azure DevOps y JIRA. Captura, comparación y auditoría de snapshots de backlog

gonzalezpazmonica gonzalezpazmonica
[17]
[1]
Updated: 3/11/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
34
Canonical Locale
es
Detected Body Locale
es

Perfecto para Agentes de Gestión de Proyectos que necesitan automatización de flujo de trabajo optimizada con integración de Azure DevOps y JIRA. Captura, comparación y auditoría de snapshots de backlog

¿Por qué usar esta habilidad?

Habilita a los agentes a automatizar tareas de gestión de proyectos utilizando consultas WIQL y API de JIRA, optimizando el flujo de trabajo y la delegación de tareas con control de versiones Git y instantáneas de backlog.

Mejor para

Perfecto para Agentes de Gestión de Proyectos que necesitan automatización de flujo de trabajo optimizada con integración de Azure DevOps y JIRA.

Casos de uso accionables for backlog-git-tracker

Automatización del flujo de trabajo del proyecto con Azure DevOps y JIRA
Optimización de la delegación de tareas a agentes de inteligencia artificial
Generación de instantáneas de backlog para el seguimiento de proyectos

! Seguridad y limitaciones

  • Requiere inicialización de SaviaHub
  • Necesita configuración de Azure DevOps o JIRA
  • Dependiente del control de versiones Git

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is backlog-git-tracker?

Perfecto para Agentes de Gestión de Proyectos que necesitan automatización de flujo de trabajo optimizada con integración de Azure DevOps y JIRA. Captura, comparación y auditoría de snapshots de backlog

How do I install backlog-git-tracker?

Run the command: npx killer-skills add gonzalezpazmonica/pm-workspace/backlog-git-tracker. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for backlog-git-tracker?

Key use cases include: Automatización del flujo de trabajo del proyecto con Azure DevOps y JIRA, Optimización de la delegación de tareas a agentes de inteligencia artificial, Generación de instantáneas de backlog para el seguimiento de proyectos.

Which IDEs are compatible with backlog-git-tracker?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for backlog-git-tracker?

Requiere inicialización de SaviaHub. Necesita configuración de Azure DevOps o JIRA. Dependiente del control de versiones Git.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add gonzalezpazmonica/pm-workspace/backlog-git-tracker. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use backlog-git-tracker immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

backlog-git-tracker

Install backlog-git-tracker, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Skill: BacklogGit Tracker

Regla: @.claude/rules/domain/backlog-git-config.md Hub: @.claude/rules/domain/savia-hub-config.md

Prerequisitos

  • SaviaHub inicializado: [ -d "$SAVIA_HUB_PATH/.git" ]
  • Cliente y proyecto existen: [ -d "$SAVIA_HUB_PATH/clients/$CLIENT/projects/$PROJECT" ]
  • Si no existe backlog-snapshots/ → crear

Flujo: Snapshot

  1. Detectar fuente del backlog (por orden de prioridad):
    • AZURE_DEVOPS_ORG_URL → Azure DevOps (WIQL query)
    • JIRA_BASE_URL → Jira (JQL query)
    • GITLAB_URL → GitLab (Issues API)
    • Directorio backlog/ en proyecto → Savia Flow
    • Ninguno → modo manual (PM dicta items)
  2. Extraer items: ID, título, estado, asignado, estimación (horas), prioridad, tags
  3. Generar timestamp: date -u +%Y%m%d-%H%M%S
  4. Crear directorio si no existe: mkdir -p backlog-snapshots/
  5. Escribir snapshot markdown con frontmatter YAML + tabla
  6. Calcular resumen: total, por estado, estimación total
  7. Commit: [backlog-git] snapshot: $CLIENT/$PROJECT ($TOTAL items)
  8. Si remote + no flight-mode → push (delegar a savia-hub-sync)
  9. Mostrar banner con resumen

Flujo: Diff

  1. Resolver referencias:
    • Sin flags → último vs penúltimo snapshot
    • --from YYYYMMDD → buscar snapshot con prefijo
    • Índice numérico (-1, -2) → contar desde el más reciente
  2. Parsear ambos snapshots: extraer frontmatter + tabla → mapa ID→item
  3. Calcular deltas:
    • Añadidos: IDs(to) - IDs(from)
    • Eliminados: IDs(from) - IDs(to)
    • Modificados: IDs(from) ∩ IDs(to) con campos diferentes
  4. Para cada modificado, registrar: campo, valor anterior, valor nuevo
  5. Calcular métricas: scope change %, re-estimación total Δh
  6. Mostrar diff formateado con banner 📊

Flujo: Rollback (solo informe)

  1. Cargar snapshot referenciado → parsear items
  2. Obtener estado actual (último snapshot o query al PM tool)
  3. Generar diff inverso: qué acciones serían necesarias
  4. Listar acciones en formato checklist:
    • [ ] Restaurar item #{ID}: "{título}"
    • [ ] Revertir estado de #{ID}: {actual} → {original}
    • [ ] Revertir estimación de #{ID}: {actual}h → {original}h
  5. NUNCA ejecutar — solo informar al PM
  6. Guardar informe en output/ si se solicita

Flujo: Deviation Report

  1. Listar todos los snapshots: ls backlog-snapshots/*.md | sort
  2. Parsear serie temporal: para cada snapshot, extraer total, por estado, estimación
  3. Calcular métricas acumuladas:
    • Scope creep: (items_final - items_inicial) / items_inicial × 100
    • Re-estimación: Σ deltas de estimación
    • Completion trend: closed/total por snapshot
    • Velocity: items cerrados entre snapshots consecutivos
  4. Generar gráfico ASCII de evolución (items totales, cerrados, estimación)
  5. Guardar en output/YYYYMMDD-deviation-{client}-{project}.md
  6. Mostrar resumen con banner 📈

Snapshot manual

Cuando no hay PM tool conectado:

  1. Pedir al PM lista de items (puede ser informal)
  2. Estructurar en tabla con IDs secuenciales (M001, M002...)
  3. Pedir confirmación antes de guardar
  4. Mismo flujo de commit/push

Errores

ErrorAcción
SaviaHub no existeSugerir /savia-hub init
Cliente no existeSugerir /client-create
Proyecto no existeSugerir /client-edit {slug} + añadir proyecto
Sin snapshotsSugerir /backlog-git snapshot primero
PM tool no accesibleOfrecer snapshot manual

Seguridad

  • Snapshots son append-only: NUNCA modificar uno existente
  • NUNCA ejecutar rollback automático — solo informar
  • NUNCA incluir tokens o credentials en snapshots
  • Confirmar con PM antes de push al remote

Habilidades relacionadas

Looking for an alternative to backlog-git-tracker or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador