review-task

Automate GitHub task-card reviews against acceptance criteria and workflow rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

GitHub ํƒœ์Šคํฌ ์ด์Šˆ์นด๋“œ๋ฅผ ๊ธฐ์ค€์œผ๋กœ ๊ตฌํ˜„ ์™„๋ฃŒ ์—ฌ๋ถ€๋ฅผ ์ฒด๊ณ„์ ์œผ๋กœ ๊ฒ€ํ† ํ•˜๊ณ , ํ•„์š”ํ•œ ๊ฒฝ์šฐ PR ์ฝ”๋ฉ˜ํŠธ๋ฅผ ์ž๋™์œผ๋กœ ์ž‘์„ฑํ•ฉ๋‹ˆ๋‹ค.

Core Features & Use Cases

  • ๋ฉ”ํƒ€๋ฐ์ดํ„ฐ ๊ฒ€์ฆ: Draft/๋ผ๋ฒจ/๋ธŒ๋žœ์น˜๋ช… ๋“ฑ AC์™€ ์ •์ฑ… ์ค€์ˆ˜ ์—ฌ๋ถ€ ํ™•์ธ
  • ํ…Œ์ŠคํŠธ ๊ตฌ์กฐ ๊ฒ€ํ† : ํ…Œ์ŠคํŠธ ๊ตฌ๋ถ„(Developer vs QA) ๋ฐ ํ…Œ์ŠคํŠธ ์ฝ”๋“œ ๋งค์นญ ์—ฌ๋ถ€ ํ™•์ธ
  • PR ์ฝ”๋ฉ˜ํŠธ ์ž๋™ ์ž‘์„ฑ: ์ฝ”๋“œ ํ’ˆ์งˆ ๊ฒŒ์ดํŠธ๋ฅผ ๋ฐ”ํƒ•์œผ๋กœ PR์— ์ฝ”๋ฉ˜ํŠธ ์ž๋™ ์ž‘์„ฑ

Quick Start

PR ์ƒ์„ฑ ์ „ ์ตœ์ข… ์ ๊ฒ€ ๋ฐ ๋ฆฌ๋ทฐ ์ฝ”๋ฉ˜ํŠธ ์ž‘์„ฑ๊นŒ์ง€ ์ž๋™ํ™”ํ•ฉ๋‹ˆ๋‹ค.

Frequently Asked Questions about review-task

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

FAQPage Schema
How do I automate GitHub PR reviews against acceptance criteria?โ–ผ

This Skill automates evaluation of GitHub task-card reviews by validating metadata, branch names, labels, and acceptance criteria compliance, then generates PR comments based on code quality gates and policy requirements.

Can I validate issue card metadata and PR requirements automatically?โ–ผ

Yes. The Skill validates draft status, labels, branch naming, and phase transitions against acceptance criteria, catching policy violations before PR merge.

What does automated test structure review check in PRs?โ–ผ

It distinguishes between developer and QA tests, verifies test code matches implementation requirements, and flags misalignment between test structure and acceptance criteria.

How do I integrate GitHub CLI and project-board APIs for task validation?โ–ผ

The Skill handles metadata extraction and phase-based validation across GitHub CLI and project-board APIs, enabling cross-phase audits and automated PR comment generation from task-card data.

Can I use this for pre-PR checks and draft-to-ready transitions?โ–ผ

Yes. It applies to pre-PR checks, draft transitions, and branch-name validation, automating the final checkpoint before code review and merge.

What happens if acceptance criteria or policy violations are detected?โ–ผ

The Skill generates PR comments flagging violations and required fixes, enabling developers to address gaps before submission to code review.