iteration-tracker

Track test iterations and outcomes for GitHub issues via issue comments.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/semicolon-devteam/semo --skill iteration-tracker
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: iteration-tracker
Source: https://github.com/semicolon-devteam/semo/tree/main/packages/ops/qa/skills/iteration-tracker
Command: npx skills add https://github.com/semicolon-devteam/semo --skill iteration-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

ํ…Œ์ŠคํŠธ ์ดํ„ฐ๋ ˆ์ด์…˜์˜ ์ด๋ ฅ๊ณผ ์‹คํŒจ ํŒจํ„ด์„ ์ถ”์ ํ•˜๊ณ  ์žฌํ…Œ์ŠคํŠธ๋ฅผ ๊ด€๋ฆฌํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ์ด์Šˆ ์ฝ”๋ฉ˜ํŠธ์—์„œ ์ดํ„ฐ๋ ˆ์ด์…˜ ์ด๋ ฅ ํŒŒ์‹ฑ
  • ์žฌํ…Œ์ŠคํŠธ ์•Œ๋ฆผ ๋ฐ ์ถ”์ : ์‹คํŒจ ์›์ธ ๊ธฐ๋ก ๋ฐ ๋Œ€์ฑ… ์ œ์‹œ
  • ๋Œ€์‹œ๋ณด๋“œ ํ˜•์‹์˜ ์ด๋ ฅ ๋ณด๊ณ : ๋ฐ˜๋ณต ์‹คํŒจ ๊ฒฝํ–ฅ ํŒŒ์•…

Quick Start

์ด์Šˆ์˜ ์ดํ„ฐ๋ ˆ์ด์…˜ ์ด๋ ฅ์„ ์กฐํšŒํ•˜๊ณ  ์ž๋™ ์—…๋ฐ์ดํŠธ๋ฅผ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about iteration-tracker

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

FAQPage Schema
How do I track test iterations and failures across multiple QA cycles?โ–ผ

Test iteration tracking extracts test results from GitHub issue comments, records outcomes per iteration, and maintains a history of passes and failures. This lets you identify repeat failures, track when issues were introduced, and manage re-testing workflows from dev merge through staging validation.

Can I get automated alerts when tests fail multiple times in a row?โ–ผ

Yes. The Skill triggers repeat-failure alerts after multiple consecutive failures, automatically recording failure reasons and suggesting corrective actions. This reduces manual monitoring and flags patterns that need investigation.

How do I generate iteration reports from GitHub issue history?โ–ผ

The Skill parses issue comments via GitHub CLI to extract iteration records, then generates Markdown-formatted reports showing test outcomes and trends. Reports display iteration history at a glance so QA teams see progress and blockers without manual aggregation.

What data does the Skill extract from GitHub issues?โ–ผ

Iteration-tracker extracts test results, timestamps, and failure patterns directly from issue comments. It organizes this data into structured iteration records linked to specific GitHub issues, enabling automated tracking without external dashboards or manual log entry.

Can I integrate iteration tracking into CI pipelines?โ–ผ

Yes. The Skill is designed for QA workflows that span CI stagesโ€”from dev merges to staging testsโ€”and records results at each iteration. Integration with GitHub issues and CLI-based comment parsing fits standard CI automation patterns.