Assets

Assets from proffesor-for-testing/agentic-qe.

by @proffesor-for-testing 65 skills

Skills in this plugin

65
  1. No Skip · proffesor-for-testing bundle
    Use 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.
    0 installs
  2. Qe Court · proffesor-for-testing bundle
    Adversarial 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.
    0 installs
  3. A11Y Ally · proffesor-for-testing bundle
    Use 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.
    0 installs
  4. Pr Review · proffesor-for-testing
    Use when reviewing a GitHub PR for quality, scope correctness, trust tier compliance, or generating user-friendly review feedback.
    0 installs
  5. Debug Loop · proffesor-for-testing
    Use when debugging a failing test or runtime error with hypothesis-driven investigation, autonomous command validation, and systematic root cause elimination.
    0 installs
  6. Qe Browser · proffesor-for-testing bundle
    Browser 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.
    0 installs
  7. Strict Tdd · proffesor-for-testing bundle
    Use 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.
    0 installs
  8. Skill Stats · proffesor-for-testing
    Use when reviewing which QE skills are being used, finding undertriggering skills, or analyzing skill effectiveness. Shows usage patterns and recommendations.
    0 installs
  9. Freeze Tests · proffesor-for-testing bundle
    Use 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.
    0 installs
  10. Xp Practices · proffesor-for-testing
    Apply 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.
    0 installs
  11. Coverage Guard · proffesor-for-testing bundle
    Use when you want to prevent coverage regressions during development. Activate with /coverage-guard to warn when coverage drops below threshold after code changes.
    0 installs
  12. Mobile Testing · proffesor-for-testing bundle
    Comprehensive 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.
    0 installs
  13. Security Watch · proffesor-for-testing bundle
    Use 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.
    2 installs
  14. Quality Metrics · proffesor-for-testing bundle
    Tracks 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.
    0 installs
  15. Sherlock Review · proffesor-for-testing bundle
    Evidence-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.
    0 installs
  16. Contract Testing · proffesor-for-testing bundle
    Consumer-driven contract testing for microservices using Pact, schema validation, API versioning, and backward compatibility testing. Use when testing API contracts or coordinating distributed teams.
    0 installs
  17. Database Testing · proffesor-for-testing bundle
    Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations.
    0 installs
  18. Mutation Testing · proffesor-for-testing bundle
    Test 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.
    0 installs
  19. Security Testing · proffesor-for-testing bundle
    Scans 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.
    0 installs
  20. E2e Flow Verifier · proffesor-for-testing
    Use 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.
    0 installs
  21. Six Thinking Hats · proffesor-for-testing bundle
    Apply 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).
    0 installs
  22. Technical Writing · proffesor-for-testing bundle
    Write clear, engaging technical content from real experience. Use when writing blog posts, documentation, tutorials, or technical articles.
    0 installs
  23. Compliance Testing · proffesor-for-testing bundle
    Regulatory 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.
    0 installs
  24. Pentest Validation · proffesor-for-testing bundle
    Use 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).
    0 installs
  25. Regression Testing · proffesor-for-testing bundle
    Strategic 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.
    0 installs
  26. Risk Based Testing · proffesor-for-testing bundle
    Focus testing effort on highest-risk areas using risk assessment and prioritization. Use when planning test strategy, allocating testing resources, or making coverage decisions.
    0 installs
  27. Shift Left Testing · proffesor-for-testing bundle
    Move 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.
    0 installs
  28. Tdd London Chicago · proffesor-for-testing bundle
    Apply London (mock-based) and Chicago (state-based) TDD schools. Use when practicing test-driven development or choosing testing style for your context.
    0 installs
  29. Code Review Quality · proffesor-for-testing bundle
    Conduct context-driven code reviews focusing on quality, testability, and maintainability. Use when reviewing code, providing feedback, or establishing review practices.
    0 installs
  30. Performance Testing · proffesor-for-testing bundle
    Profiles 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.
    0 installs
  31. Shift Right Testing · proffesor-for-testing bundle
    Testing in production with feature flags, canary deployments, synthetic monitoring, and chaos engineering. Use when implementing production observability or progressive delivery.
    0 installs
  32. Test Idea Rewriting · proffesor-for-testing
    Transform 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.
    0 installs
  33. Testability Scoring · proffesor-for-testing bundle
    AI-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.
    0 installs
  34. Validation Pipeline · proffesor-for-testing bundle
    Runs 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.
    0 installs
  35. API Testing Patterns · proffesor-for-testing bundle
    Comprehensive API testing patterns including contract testing, REST/GraphQL testing, and integration testing. Use when testing APIs or designing API test strategies.
    0 installs
  36. Localization Testing · proffesor-for-testing bundle
    Internationalization (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.
    0 installs
  37. N8n Security Testing · proffesor-for-testing bundle
    Credential exposure detection, OAuth flow validation, API key management testing, and data sanitization verification for n8n workflows. Use when validating n8n workflow security.
    0 installs
  38. Refactoring Patterns · proffesor-for-testing bundle
    Apply safe refactoring patterns to improve code structure without changing behavior. Use when cleaning up code, reducing technical debt, or improving maintainability.
    0 installs
  39. Test Data Management · proffesor-for-testing bundle
    Strategic 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.
    0 installs
  40. Accessibility Testing · proffesor-for-testing bundle
    WCAG 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.
    0 installs
  41. Brutal Honesty Review · proffesor-for-testing bundle
    Unvarnished 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.
    0 installs
  42. Compatibility Testing · proffesor-for-testing bundle
    Cross-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.
    0 installs
  43. Consultancy Practices · proffesor-for-testing bundle
    Apply effective software quality consultancy practices. Use when consulting, advising clients, or establishing consultancy workflows.
    0 installs
  44. Holistic Testing Pact · proffesor-for-testing
    Apply 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.
    0 installs
  45. Qcsd Production Swarm · proffesor-for-testing bundle
    Use when assessing post-release production health with DORA metrics, root cause analysis, defect prediction, or cross-phase feedback loops in the QCSD Production phase.
    0 installs
  46. Context Driven Testing · proffesor-for-testing
    Apply 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.
    0 installs
  47. N8n Expression Testing · proffesor-for-testing bundle
    n8n expression syntax validation, context-aware testing, common pitfalls detection, and performance optimization. Use when validating n8n expressions and data transformations.
    0 installs
  48. Test Design Techniques · proffesor-for-testing bundle
    Systematic 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.
    0 installs
  49. Test Metrics Dashboard · proffesor-for-testing
    Use when querying test history, analyzing flakiness rates, tracking MTTR, or building quality trend dashboards from test execution data.
    0 installs
  50. Security Visual Testing · proffesor-for-testing bundle
    Security-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.
    0 installs
  51. Visual Testing Advanced · proffesor-for-testing bundle
    Advanced 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.
    0 installs
  52. Bug Reporting Excellence · proffesor-for-testing bundle
    Write high-quality bug reports that get fixed quickly. Use when reporting bugs, training teams on bug reporting, or establishing bug report standards.
    0 installs
  53. Test Automation Strategy · proffesor-for-testing bundle
    Design and implement effective test automation with proper pyramid, patterns, and CI/CD integration. Use when building automation frameworks or improving test efficiency.
    0 installs
  54. Test Reporting Analytics · proffesor-for-testing bundle
    Advanced 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.
    0 installs
  55. Test Failure Investigator · proffesor-for-testing
    Use 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.
    0 installs
  56. Coverage Drop Investigator · proffesor-for-testing
    Use 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.
    0 installs
  57. Agentic Quality Engineering · proffesor-for-testing bundle
    Use when orchestrating QE agents, understanding PACTS principles, configuring the AQE v3 fleet, or leveraging AI agents as force multipliers for quality work.
    0 installs
  58. Test Environment Management · proffesor-for-testing bundle
    Test 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.
    0 installs
  59. Exploratory Testing Advanced · proffesor-for-testing bundle
    Advanced 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.
    0 installs
  60. Cicd Pipeline Qe Orchestrator · proffesor-for-testing bundle
    Orchestrate quality engineering across CI/CD pipeline phases. Use when designing test strategies, planning quality gates, or implementing shift-left/shift-right testing.
    0 installs