qa-sheet-maker

Generate or update Excel QA sheets from git changes and documentation.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/HuveD/agent-skillset --skill qa-sheet-maker
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: qa-sheet-maker
Source: https://github.com/HuveD/agent-skillset/tree/main/qa-sheet-maker
Command: npx skills add https://github.com/HuveD/agent-skillset --skill qa-sheet-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires openpyxl, and includes scripts (resource) components.

What problem does it solve?

QA ์‹œํŠธ ์ž‘์„ฑ ๋ฐ ์œ ์ง€ ๊ด€๋ฆฌ๋ฅผ ์ˆ˜๋™์œผ๋กœ ์ˆ˜ํ–‰ํ•˜๋Š” ๋ถ€๋‹ด์„ ์ค„์ด๊ณ , ๊ธฐ๋Šฅ/๋ฒ„๊ทธ ์ˆ˜์ • ํ›„์˜ ๊ฒ€์ฆ ์ ˆ์ฐจ๋ฅผ ์ฝ”๋“œ ๋ณ€๊ฒฝ๋ถ„๊ณผ ์—ฐ๋™ํ•ด ์ž๋™์œผ๋กœ ์ƒ์„ฑ/๊ฐฑ์‹ ํ•œ๋‹ค.

Core Features & Use Cases

  • ํ˜„์žฌ ๋ธŒ๋žœ์น˜ ๋ณ€๊ฒฝ ์‚ฌํ•ญ์ด๋‚˜ ์‚ฌ์šฉ์ž์˜ ๋ช…์‹œ ์ง€์‹œ์— ๋”ฐ๋ผ ํ•˜๋‚˜์˜ qa-sheet.xlsx๋ฅผ ์ƒ์„ฑํ•˜๊ฑฐ๋‚˜ ์—…๋ฐ์ดํŠธํ•œ๋‹ค.
  • ๋ณ€๊ฒฝ ํŒŒ์ผ์„ ํ…Œ์ŠคํŠธ ์ผ€์ด์Šค๋กœ ๋งคํ•‘ํ•˜๊ณ , ๊ธฐ์กด ์‹œํŠธ์˜ ์ค‘๋ณต/๋ˆ„๋ฝ์„ ์ตœ์†Œํ™”ํ•˜๋ฉฐ ํ•„์š”ํ•œ ์ผ€์ด์Šค๋งŒ ๋ฐ˜์˜ํ•œ๋‹ค.
  • QA ์‹œํŠธ์˜ ํ‘œ์ค€ ์ปฌ๋Ÿผ(ID, ์šฐ์„  ์ˆœ์œ„, ๋ชฉ์ /์‚ฌ์ „ ์กฐ๊ฑด, ์ˆ˜ํ–‰ ์ ˆ์ฐจ, ๊ธฐ๋Œ€ ๊ฒฐ๊ณผ, QA ํŒ์ •)์œผ๋กœ ๊ตฌ์„ฑ๋œ ์—‘์…€ ํŒŒ์ผ์„ ์‚ฐ์ถœํ•œ๋‹ค.

Quick Start

ํ˜„์žฌ ๋ธŒ๋žœ์น˜์˜ ๋ณ€๊ฒฝ ์‚ฌํ•ญ ๋˜๋Š” ๋ช…์‹œ ์ง€์‹œ์— ๋”ฐ๋ผ qa-sheet.xlsx๋ฅผ ์ƒ์„ฑํ•˜๊ฑฐ๋‚˜ ์—…๋ฐ์ดํŠธํ•œ๋‹ค.

Frequently Asked Questions about qa-sheet-maker

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

FAQPage Schema
How do I auto-generate a QA test sheet from git diff?โ–ผ

You can auto-generate a QA test sheet from git diff by analyzing code changes and mapping modified files to test cases, which produces a standardized .xlsx file with fixed columns like ID, priority, expected results, and QA verdict.

Can I update an existing Excel test plan with new code changes?โ–ผ

Yes, you can update an existing Excel test plan by loading the current .xlsx file, mapping new code changes to test cases, and minimizing duplicates or omissions to reflect only the necessary updates.

What is the best way to link code changes to QA documentation?โ–ผ

Linking code changes to QA documentation involves analyzing git status and diffs to automatically generate or modify a traceable test plan, ensuring feature verification directly connects to software modifications.

Do I need openpyxl to generate Excel QA sheets from code?โ–ผ

Yes, you need openpyxl installed because it is the underlying dependency used to create, load, and modify the generated .xlsx QA sheet files with standardized test columns.

What columns are included in an auto-generated QA sheet?โ–ผ

An auto-generated QA sheet includes fixed standard columns: ID, priority, purpose and preconditions, execution steps, expected results, and QA verdict to enforce a traceable test workflow.

Can I create test cases from explicit topics instead of git status?โ–ผ

Yes, you can generate QA sheets from explicit user instructions rather than relying solely on git status, allowing you to manually specify topics for targeted test case creation.