aibdd.auto.php.it.code-quality

Standardize PHP WordPress integration test quality with SOLID and 3-layer architecture.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zenbuapps/zenbu-powers --skill aibdd-auto-php-it-code-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aibdd.auto.php.it.code-quality
Source: https://github.com/zenbuapps/zenbu-powers/tree/main/skills/aibdd.auto.php.it.code-quality
Command: npx skills add https://github.com/zenbuapps/zenbu-powers --skill aibdd-auto-php-it-code-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PHP WordPress 整合測試的品質缺乏統一標準,導致維護成本高、測試不穩定。本技能定義符合企業級測試品質的規範,幫助團隊持續改進。

Core Features & Use Cases

  • SOLID 設計原則的強制執行與測試結構化(IntegrationTestCase、Test Class 組織)
  • 3 層架構的清晰分工(Models / Repositories / Services)與安全實踐
  • Meta 註記清理與 WordPress 安全性要求的落地

Quick Start

Adopting this standard for your WordPress tests means using the IntegrationTestCase base and following the refactor guidance in /aibdd.auto.php.it.refactor.

Frequently Asked Questions about aibdd.auto.php.it.code-quality

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

FAQPage Schema
How do I set quality standards for PHP WordPress integration tests to reduce flaky tests?

PHP WordPress integration test quality standards are set by enforcing strict types, SOLID design principles, and structured test class organization using a base IntegrationTestCase to reduce flakiness and improve maintainability.

What is the best way to organize WordPress integration test classes for maintainability?

Organizing WordPress integration test classes involves using a base IntegrationTestCase and adhering to SOLID design principles, ensuring test suites remain structured and maintainable across complex code bases.

Does this WordPress test standard enforce a specific code architecture?

This WordPress test standard enforces a clean 3-layer architecture comprising Models, Repositories, and Services, ensuring clear separation of concerns and robust security practices across the code base.

How do I apply SOLID design principles to PHP WordPress integration testing?

Applying SOLID design principles to PHP WordPress integration testing requires structuring test suites around a base IntegrationTestCase and enforcing strict types alongside WordPress-specific safety rules.

Do I need a separate refactor guide to implement these WordPress test quality standards?

You need the refactor guidance found in the related PHP integration test refactor Skill to properly implement these WordPress test quality standards and enforce the required structural changes.