QA Prompt Skill Manager — centralized prompt hub for QA/QC teams
Project description
huynp-skills
Centralized QA Prompt Skill Manager — Quản lý bộ skill prompts QA tập trung cho nhiều project.
Giới thiệu
qa-skills là CLI tool giúp bạn:
- Tập trung toàn bộ QA prompt skills tại một nơi (skill hub)
- Mỗi project chỉ cần chạy
qa-skills init→ tự động scaffold cấu trúc chuẩn - Không copy file — tất cả project chia sẻ cùng một nguồn skill
- Cài qua pip — không cần quyền Admin
Cài đặt
pip install --user huynp-skills
Thiết lập lần đầu
# 1. Clone hoặc tải skill hub về máy
git clone https://github.com/huynp/testing-skills D:\testing-skills
# 2. Set global hub (chạy 1 lần duy nhất)
huynp-skills hub set D:\testing-skills\_core
# 3. Kiểm tra
huynp-skills hub status
Sử dụng với project mới
# Mỗi project mới
cd D:\my-new-project
huynp-skills init
# Xem prompts có sẵn
huynp-skills list
# Lấy path của prompt để dùng với AI tool
huynp-skills path generate/manual/checklist/ui-checklist
# Xem trạng thái project
huynp-skills status
Commands
| Command | Mô tả |
|---|---|
huynp-skills hub set <path> |
Set global skill hub |
huynp-skills hub status |
Xem hub hiện tại |
huynp-skills init |
Khởi tạo project (scaffold + config) |
huynp-skills status |
Trạng thái project (hub + KB + output) |
huynp-skills list |
Liệt kê tất cả prompts từ hub |
huynp-skills path <id> |
Lấy absolute path của prompt |
huynp-skills kb list |
Liệt kê documents trong Knowledge Base |
huynp-skills kb path <file> |
Lấy path của requirement document |
Cấu trúc Project sau qa-skills init
my-project/
├── .agents/
│ └── workflows/
│ └── qc_follow.md ← Workflow AI (paths đến hub)
├── .qa-skills ← Package config
├── Master_Instruction.md ← Context dự án (load mỗi task)
├── 01_knowledge_base/
│ └── requirements/ ← Đặt PRD/Rule/SRS tại đây
└── 03_test_design/
├── manual/
│ ├── checklist/ ← Output: CL_*.md
│ ├── test_cases/ ← Output: TC_*.md
│ └── test_plan/
└── automation/
└── scripts/
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
huynp_skills-1.0.2.tar.gz
(14.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file huynp_skills-1.0.2.tar.gz.
File metadata
- Download URL: huynp_skills-1.0.2.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f967ffda07cceafc85b57b6e00219b0dd9df65e16089448bc99105f6a10820c
|
|
| MD5 |
5f4e8c315194c2a9ea767cf26a5f6ac3
|
|
| BLAKE2b-256 |
fd508a9cbb3f7b3f2b9df7dced6175371476a335cf934d293c97048306f73e2e
|
File details
Details for the file huynp_skills-1.0.2-py3-none-any.whl.
File metadata
- Download URL: huynp_skills-1.0.2-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dcf9e5ff6f16bc68c77468be0bf4cdab912b81d91d8f848fffbf8e115b79ba0c
|
|
| MD5 |
0e373179059ff99f23899ef83644bea7
|
|
| BLAKE2b-256 |
54806443c430c9d5a9838ec8a995a229b83ea4be0c2010f87d40d54c53f0df67
|