·database-testing
</>

database-testing

proffesor-for-testing/agentic-qe

數據庫模式驗證、數據完整性測試、遷移測試、事務隔離和查詢性能。在測試數據持久性、確保引用完整性或驗證數據庫遷移時使用。

10安裝·1熱度·@proffesor-for-testing

安裝

$npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill database-testing

SKILL.md

Database Test Types | Type | Focus | When |

| Schema | Structure correct | Table creation | | Integrity | Constraints work | Data operations | | Migration | Up/down work | Schema changes | | Transaction | ACID properties | Concurrent access | | Performance | Query speed | Optimization |

| Atomicity | All or nothing (rollback on error) | | Consistency | Constraints always valid | | Isolation | Concurrent transactions don't interfere | | Durability | Committed data persists |

數據庫模式驗證、數據完整性測試、遷移測試、事務隔離和查詢性能。在測試數據持久性、確保引用完整性或驗證數據庫遷移時使用。 來源:proffesor-for-testing/agentic-qe。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill database-testing
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 database-testing?

數據庫模式驗證、數據完整性測試、遷移測試、事務隔離和查詢性能。在測試數據持久性、確保引用完整性或驗證數據庫遷移時使用。 來源:proffesor-for-testing/agentic-qe。

如何安裝 database-testing?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill database-testing 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/proffesor-for-testing/agentic-qe