
proffesor-for-testing/agentic-qe
2 skills1.8k installs762 starsGitHub
Install
npx skills add https://github.com/proffesor-for-testing/agentic-qeSkills in this repo
1Code Review Qualitycode-review-quality is an Agentic QE skill that instructs the agent to produce a standardized code review payload: executive summary, enumerated review findings, and structured code-quality metrics, validated against a published JSON Schema. Solo builders and small teams use it when they want review outcomes agents and scripts can parse—severity counts, recommendations, and explicit success/partial/failed status—instead of free-form chat feedback. It sits in Ship review as the canonical placement but also supports Build-phase quality checks before opening a PR. The schema caps findings volume and enforces minimum narrative depth so downstream trust-tier-3 consumers get consistent shape every run.1.3kinstalls2Compatibility TestingCompatibility Testing is an agent skill packaged as the AQE Compatibility Testing Skill Evaluation Suite v1.0.0. Solo builders and small teams use it when they need structured cross-browser, cross-platform, and cross-device validation instead of ad-hoc manual checks. The skill targets browser matrix coverage, device tier validation, responsive breakpoints, and visual difference detection so regressions show up before users do. It wires into MCP under the skill-validation namespace with query patterns, outcome tracking, pattern storage, and quality-gate updates, coordinating with QE-oriented agents such as visual testers and learning coordinators. It is best thought of as procedural knowledge for repeatable compatibility evaluation rather than a single one-off Playwright script. Use it during ship prep or when iterating UI in build, whenever you want agent-assisted compatibility testing with learning hooks.530installs