current-tasks

Report GitHub issues in Testing state with QA checklist progress.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

현재 QA 테스트 중인 작업과 진행 상황을 한눈에 확인하고 보고합니다.

Core Features & Use Cases

  • 테스트-중 이슈 목록 조회: 상태가 테스트중인 이슈를 그룹화해 표시.
  • 진행률 계산: 각 이슈의 QA 체크리스트 진행 상황 요약.
  • 다시 할 일 제안: 다음 실행 단계 및 필요한 조치 제안.

Quick Start

현재 테스트 대기 중인 이슈를 조회하고, 진행 상황을 보고합니다.

Frequently Asked Questions about current-tasks

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

FAQPage Schema
How do I check which GitHub issues are currently in testing status?

View GitHub issues currently marked as Testing in your Issue Management project to see what QA work is active. This Skill extracts all Testing-state issues from GitHub Project ID 1 and displays them grouped by status, letting you quickly see what's under test right now.

How do I track QA checklist progress on GitHub issues?

Calculate QA progress by parsing checkbox items in issue descriptions. This Skill counts completed and pending QA test items (marked as [x] or [ ]) within each Testing issue and computes per-issue completion percentages so you know exactly what testing remains.

Can I automate reporting on pending QA tasks?

Yes. Automate QA task reporting by querying the GitHub CLI to extract Testing issues and their checkpoint status, then format results for messaging. This Skill generates summary reports showing overall progress and next test actions without manual issue review.

What's the best way to get a quick summary of current testing workload?

Pull current QA tasks and their progress in one view by running the Skill when asked what to test now or what tasks are pending. It fetches all active Testing issues, counts completed vs. incomplete QA checkboxes, and returns an at-a-glance progress summary with suggested next steps.

Does this work with the GitHub CLI and Issue Management projects?

Yes. This Skill is designed to interface with the GitHub CLI and query the hardcoded Issue Management project (ID: 1). It parses QA test sections from issue bodies and formats output for SEMO messaging, with built-in error handling for robust operation.

What happens if an issue has no QA checklist items?

Issues without QA checklist content are still reported but show zero progress or incomplete status. The Skill includes error handling for missing or malformed checkbox sections, so incomplete QA data won't break the report—it flags the issue and continues processing other Testing items.