Assets
Assets from proffesor-for-testing/agentic-qe.
Skills in this plugin
65- ▌ No Skip · proffesor-for-testing bundleUse when you want to prevent .skip(), .only(), xit(), and xdescribe() from being committed to test files. Activate with /no-skip for session-scoped test skip prevention.
- ▌ Qe Court · proffesor-for-testing bundleAdversarial review court — a delivery (diff, PR, test suite, or artifact) is prosecuted by independent AI reviewers from different vendors, each with its own probe set, then a SHIP verdict must SURVIVE escalating deeper reviewers before it stands. Use when you want more than one reviewer's opinion on whether something is safe to ship: pre-merge gating, release go/no-go, catching a too-easy PASS, or any 'is this actually done?' decision where a shallow approval is a risk. Produces a signed court record with a three-valued verdict (SHIP / REMAND / BLOCK) and a human as final judge. Learns over time: reproduced charges and overturned SHIPs feed the QE flywheel.
- ▌ A11Y Ally · proffesor-for-testing bundleUse when running comprehensive WCAG accessibility audits with axe-core + pa11y + Lighthouse, generating context-aware remediation, or testing video accessibility. Supports 3-tier browser cascade with graceful degradation.
- ▌ Pr Review · proffesor-for-testingUse when reviewing a GitHub PR for quality, scope correctness, trust tier compliance, or generating user-friendly review feedback.
- ▌ Debug Loop · proffesor-for-testingUse when debugging a failing test or runtime error with hypothesis-driven investigation, autonomous command validation, and systematic root cause elimination.
- ▌ Qe Browser · proffesor-for-testing bundleBrowser automation for QE agents using Vibium (WebDriver BiDi) with assertions, batch execution, visual diff, prompt-injection scanning, and semantic intents. Use when any QE skill needs to drive a real browser — visual testing, accessibility audits, E2E flow verification, pentest validation, or exploratory testing.
- ▌ Strict Tdd · proffesor-for-testing bundleUse when enforcing TDD discipline — blocks writing production code unless a failing test exists first. Activate with /strict-tdd to enable session-scoped Red-Green-Refactor guardrail.
- ▌ Skill Stats · proffesor-for-testingUse when reviewing which QE skills are being used, finding undertriggering skills, or analyzing skill effectiveness. Shows usage patterns and recommendations.
- ▌ Freeze Tests · proffesor-for-testing bundleUse when refactoring production code and you want to ensure test files are not modified. Activate with /freeze-tests to block all edits to test files for safe refactoring.
- ▌ Xp Practices · proffesor-for-testingApply XP practices including pair programming, ensemble programming, continuous integration, and sustainable pace. Use when implementing agile development practices, improving team collaboration, or adopting technical excellence practices.
- ▌ Coverage Guard · proffesor-for-testing bundleUse when you want to prevent coverage regressions during development. Activate with /coverage-guard to warn when coverage drops below threshold after code changes.
- ▌ Mobile Testing · proffesor-for-testing bundleComprehensive mobile testing for iOS and Android platforms including gestures, sensors, permissions, device fragmentation, and performance. Use when testing native apps, hybrid apps, or mobile web, ensuring quality across 1000+ device variants.
- ▌ Security Watch · proffesor-for-testing bundleUse when working on security-sensitive code to catch secrets, eval(), innerHTML, and other dangerous patterns before they're written. Activate with /security-watch for real-time security scanning.
- ▌ Quality Metrics · proffesor-for-testing bundleTracks quality metrics including defect density, test effectiveness ratio, DORA metrics, and mean time to detection. Use when establishing quality dashboards, defining KPIs, evaluating test suite effectiveness, or reporting quality trends to stakeholders.
- ▌ Sherlock Review · proffesor-for-testing bundleEvidence-based investigative code review using deductive reasoning to determine what actually happened versus what was claimed. Use when verifying implementation claims, investigating bugs, validating fixes, or conducting root cause analysis. Elementary approach to finding truth through systematic observation.
- ▌ Contract Testing · proffesor-for-testing bundleConsumer-driven contract testing for microservices using Pact, schema validation, API versioning, and backward compatibility testing. Use when testing API contracts or coordinating distributed teams.
- ▌ Database Testing · proffesor-for-testing bundleDatabase schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.
- ▌ Mutation Testing · proffesor-for-testing bundleTest quality validation through mutation testing, assessing test suite effectiveness by introducing code mutations and measuring kill rate. Use when evaluating test quality, identifying weak tests, or proving tests actually catch bugs.
- ▌ Security Testing · proffesor-for-testing bundleScans for security vulnerabilities including XSS, SQL injection, CSRF, and auth flaws using OWASP Top 10 methodology. Use when conducting SAST/DAST scans, auditing authentication flows, testing authorization rules, or implementing security test automation.
- ▌ E2e Flow Verifier · proffesor-for-testingUse when verifying complete user flows end-to-end with the qe-browser skill (Vibium), recording session evidence, and asserting state at each step. For product verification with real browser automation.
- ▌ Six Thinking Hats · proffesor-for-testing bundleApply Edward de Bono's Six Thinking Hats methodology to software testing for comprehensive quality analysis. Use when designing test strategies, conducting test retrospectives, analyzing test failures, evaluating testing approaches, or facilitating testing discussions. Each hat provides a distinct testing perspective: facts (White), risks (Black), benefits (Yellow), creativity (Green), emotions (Red), and process (Blue).
- ▌ Technical Writing · proffesor-for-testing bundleWrite clear, engaging technical content from real experience. Use when writing blog posts, documentation, tutorials, or technical articles.
- ▌ Compliance Testing · proffesor-for-testing bundleRegulatory compliance testing for GDPR, CCPA, HIPAA, SOC2, PCI-DSS and industry-specific regulations. Use when ensuring legal compliance, preparing for audits, or handling sensitive data.
- ▌ Pentest Validation · proffesor-for-testing bundleUse when validating security findings from SAST/DAST scans, proving exploitability of reported vulnerabilities, eliminating false positives, or running the 4-phase pentest pipeline (recon, analysis, validation, report).
- ▌ Regression Testing · proffesor-for-testing bundleStrategic regression testing with test selection, impact analysis, and continuous regression management. Use when verifying fixes don't break existing functionality, planning regression suites, or optimizing test execution for faster feedback.
- ▌ Risk Based Testing · proffesor-for-testing bundleFocus testing effort on highest-risk areas using risk assessment and prioritization. Use when planning test strategy, allocating testing resources, or making coverage decisions.
- ▌ Shift Left Testing · proffesor-for-testing bundleMove testing activities earlier in the development lifecycle to catch defects when they're cheapest to fix. Use when implementing TDD, CI/CD, or early quality practices.
- ▌ Tdd London Chicago · proffesor-for-testing bundleApply London (mock-based) and Chicago (state-based) TDD schools. Use when practicing test-driven development or choosing testing style for your context.
- ▌ Code Review Quality · proffesor-for-testing bundleConduct context-driven code reviews focusing on quality, testability, and maintainability. Use when reviewing code, providing feedback, or establishing review practices.
- ▌ Performance Testing · proffesor-for-testing bundleProfiles application performance under load using k6, Artillery, or JMeter to measure latency, throughput, and error rates. Use when planning load tests, stress tests, soak tests, benchmarking APIs, or identifying performance bottlenecks.
- ▌ Shift Right Testing · proffesor-for-testing bundleTesting in production with feature flags, canary deployments, synthetic monitoring, and chaos engineering. Use when implementing production observability or progressive delivery.
- ▌ Test Idea Rewriting · proffesor-for-testingTransform passive 'Verify X' test descriptions into active, observable test actions. Use when test ideas lack specificity, use vague language, or fail quality validation. Converts to action-verb format for clearer, more testable descriptions.
- ▌ Testability Scoring · proffesor-for-testing bundleAI-powered testability assessment using 10 principles of intrinsic testability with Playwright and optional Vibium integration. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability, and Similarity. Use when assessing software testability, evaluating test readiness, identifying testability improvements, or generating testability reports.
- ▌ Validation Pipeline · proffesor-for-testing bundleRuns multi-stage validation gates with per-step scoring, pass/fail verdicts, and aggregate quality reports. Use when validating requirements, code, or artifacts through structured gate enforcement before merge or release.
- ▌ API Testing Patterns · proffesor-for-testing bundleComprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies.
- ▌ Localization Testing · proffesor-for-testing bundleInternationalization (i18n) and localization (l10n) testing for global products including translations, locale formats, RTL languages, and cultural appropriateness. Use when launching in new markets or building multi-language products.
- ▌ N8n Security Testing · proffesor-for-testing bundleCredential exposure detection, OAuth flow validation, API key management testing, and data sanitization verification for n8n workflows. Use when validating n8n workflow security.
- ▌ Refactoring Patterns · proffesor-for-testing bundleApply safe refactoring patterns to improve code structure without changing behavior. Use when cleaning up code, reducing technical debt, or improving maintainability.
- ▌ Test Data Management · proffesor-for-testing bundleStrategic test data generation, management, and privacy compliance. Use when creating test data, handling PII, ensuring GDPR/CCPA compliance, or scaling data generation for realistic testing scenarios.
- ▌ Accessibility Testing · proffesor-for-testing bundleWCAG 2.2 compliance testing, screen reader validation, and inclusive design verification. Use when ensuring legal compliance (ADA, Section 508), testing for disabilities, or building accessible applications for 1 billion disabled users globally.
- ▌ Brutal Honesty Review · proffesor-for-testing bundleUnvarnished technical criticism combining Linus Torvalds' precision, Gordon Ramsay's standards, and James Bach's BS-detection. Use when code/tests need harsh reality checks, certification schemes smell fishy, or technical decisions lack rigor. No sugar-coating, just surgical truth about what's broken and why.
- ▌ Compatibility Testing · proffesor-for-testing bundleCross-browser, cross-platform, and cross-device compatibility testing ensuring consistent experience across environments. Use when validating browser support, testing responsive design, or ensuring platform compatibility.
- ▌ Consultancy Practices · proffesor-for-testing bundleApply effective software quality consultancy practices. Use when consulting, advising clients, or establishing consultancy workflows.
- ▌ Holistic Testing Pact · proffesor-for-testingApply the Holistic Testing Model evolved with PACTS (Proactive, Autonomous, Collaborative, Targeted, Structured) principles. Use when designing comprehensive test strategies for Classical, AI-assisted, Agent based, or Agentic Systems building quality into the team, or implementing whole-team quality practices.
- ▌ Qcsd Production Swarm · proffesor-for-testing bundleUse when assessing post-release production health with DORA metrics, root cause analysis, defect prediction, or cross-phase feedback loops in the QCSD Production phase.
- ▌ Context Driven Testing · proffesor-for-testingApply context-driven testing principles where practices are chosen based on project context, not universal 'best practices'. Use when making testing decisions, questioning dogma, or adapting approaches to specific project needs.
- ▌ N8n Expression Testing · proffesor-for-testing bundlen8n expression syntax validation, context-aware testing, common pitfalls detection, and performance optimization. Use when validating n8n expressions and data transformations.
- ▌ Test Design Techniques · proffesor-for-testing bundleSystematic test design with boundary value analysis, equivalence partitioning, decision tables, state transition testing, and combinatorial testing. Use when designing comprehensive test cases, reducing redundant tests, or ensuring systematic coverage.
- ▌ Test Metrics Dashboard · proffesor-for-testingUse when querying test history, analyzing flakiness rates, tracking MTTR, or building quality trend dashboards from test execution data.
- ▌ Security Visual Testing · proffesor-for-testing bundleSecurity-first visual testing combining URL validation, PII detection, and visual regression with parallel viewport support. Use when testing web applications that handle sensitive data, need visual regression coverage, or require WCAG accessibility compliance.
- ▌ Visual Testing Advanced · proffesor-for-testing bundleAdvanced visual regression testing with pixel-perfect comparison, AI-powered diff analysis, responsive design validation, and cross-browser visual consistency. Use when detecting UI regressions, validating designs, or ensuring visual consistency.
- ▌ Bug Reporting Excellence · proffesor-for-testing bundleWrite high-quality bug reports that get fixed quickly. Use when reporting bugs, training teams on bug reporting, or establishing bug report standards.
- ▌ Test Automation Strategy · proffesor-for-testing bundleDesign and implement effective test automation with proper pyramid, patterns, and CI/CD integration. Use when building automation frameworks or improving test efficiency.
- ▌ Test Reporting Analytics · proffesor-for-testing bundleAdvanced test reporting, quality dashboards, predictive analytics, trend analysis, and executive reporting for QE metrics. Use when communicating quality status, tracking trends, or making data-driven decisions.
- ▌ Test Failure Investigator · proffesor-for-testingUse when a test is failing and you need to determine root cause: is it flaky, an environment issue, or a real regression? Traces failure from symptom to fix.
- ▌ Coverage Drop Investigator · proffesor-for-testingUse when test coverage has dropped and you need to find which changes caused it and what tests to add. Traces coverage regressions to specific commits and files.
- ▌ Agentic Quality Engineering · proffesor-for-testing bundleUse when orchestrating QE agents, understanding PACTS principles, configuring the AQE v3 fleet, or leveraging AI agents as force multipliers for quality work.
- ▌ Test Environment Management · proffesor-for-testing bundleTest environment provisioning, infrastructure as code for testing, Docker/Kubernetes for test environments, service virtualization, and cost optimization. Use when managing test infrastructure, ensuring environment parity, or optimizing testing costs.
- ▌ Exploratory Testing Advanced · proffesor-for-testing bundleAdvanced exploratory testing techniques with Session-Based Test Management (SBTM), RST heuristics, and test tours. Use when planning exploration sessions, investigating bugs, or discovering unknown quality risks.
- ▌ Cicd Pipeline Qe Orchestrator · proffesor-for-testing bundleOrchestrate quality engineering across CI/CD pipeline phases. Use when designing test strategies, planning quality gates, or implementing shift-left/shift-right testing.