Skip to content

History

Revisions

  • docs: sync wiki with discovery stub layout (6 skills) Update Home, Installation, Commands, Supported-AI-Agents, Troubleshooting for thin SKILL.md stubs and plugin.json registration. Co-authored-by: Cursor <cursoragent@cursor.com>

    @Thitic9203 Thitic9203 committed Jun 12, 2026
    4b40865
  • docs: sync wiki with Helix 1.5.29 (auto-update, workflows, Test.md) Update Home, Installation, Commands, Troubleshooting, and Supported-AI-Agents to match current README and deprecated workflow paths. Co-authored-by: Cursor <cursoragent@cursor.com>

    @Thitic9203 Thitic9203 committed Jun 12, 2026
    313f582
  • docs: direct workflow vs optional /helix menu Co-authored-by: Cursor <cursoragent@cursor.com>

    @Thitic9203 Thitic9203 committed May 28, 2026
    8c4366c
  • wiki: sync QA skill pack docs; remove legacy orchestrator pages Mirror README install/usage/update and supported agents. Add sidebar. Remove outdated full-cycle and test-suite wiki pages. Co-authored-by: Cursor <cursoragent@cursor.com>

    @Thitic9203 Thitic9203 committed May 28, 2026
    3bdd31a
  • feat: add QA skills wiki pages + update all related docs New pages: QA-Sub-Skills (index), QA-Strategy, QA-Plan, QA-Risk, QA-Explore, QA-Report, QA-Defect, QA-Metrics, QA-Data, QA-CI, QA-Full Updated: Home.md (QA Skills section + QA architecture pipeline), Skills-Overview.md (31 skills, QA rows + directory tree), Commands-Reference.md (all qa-* commands + argument shorthand), Full-Workflow-Guide.md (QA release pipeline section), Test-Sub-Skills.md (cross-reference to QA skills) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    e04c82c
  • Fix install command in Installation.md and Using-with-Other-AI-Tools.md

    @Thitic9203 Thitic9203 committed May 2, 2026
    7545366
  • Fix install command in Home.md

    @Thitic9203 Thitic9203 committed May 2, 2026
    1ec4d11
  • Add ISO 25010 tier badges to all 14 test skill pages + update Full-Workflow-Guide - Added tier classification blockquote to Test-Unit, Test-Integration, Test-E2E, Test-Contract, Test-Security, Test-A11y, Test-Visual, Test-Perf-* (all 7) - Full-Workflow-Guide Step 5: replaced flat run order with 3-tier structure (Tier 1 Functional / Tier 2 Non-Functional Quality / Tier 3 Performance)

    @Thitic9203 Thitic9203 committed May 2, 2026
    1a7fed3
  • Add ISO 25010 + ISTQB 3-tier summary table to Test-Sub-Skills index

    @Thitic9203 Thitic9203 committed May 2, 2026
    b61cdbc
  • Restructure test skills by ISO 25010: Functional vs Non-Functional tiers Per ISO/IEC 25010 (SQuaRE) and ISTQB CTFL v4.0: - Tier 1 Functional (Suitability): unit, integration, contract, e2e - Tier 2 Non-Functional Quality: security, a11y, visual - Tier 3 Non-Functional Performance: all test-perf-* Updated: Home.md, Test-Sub-Skills.md, Commands-Reference.md, Skills-Overview.md

    @Thitic9203 Thitic9203 committed May 2, 2026
    dc712e7
  • docs: expand Architecture section on Home.md to show all 3 pipelines Old diagram showed only the top-level pipeline — didn't reflect the 14 test sub-skills added since initial release. Now shows: - Main pipeline: analyze → plan → execute → bug-fix ×3 → test → deploy → review - Functional test pipeline: unit → integration → E2E → security → contract → a11y → visual - Performance pipeline (separate): load → stress → soak → db → frontend → profile with note that perf runs separately via /helix test-perf Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    08510a6
  • docs: documentation audit — fix 8 gaps across 6 wiki pages Commands-Reference.md: - Expand /helix test table: 5 → 14 sub-commands with wiki links - Expand Argument Shorthand block with all 14 test sub-commands - Add example output block under /helix analyze Skills-Overview.md: - Fix skill count: 18 → 21 - Add Wiki column to Skill Map table (all 21 rows) - Expand "existing work" handling to include all 11 test sub-skills Knowledge-Files.md: - Add 6 missing perf sub-skill sections: test-perf-load, test-perf-stress, test-perf-soak, test-perf-frontend, test-perf-db, test-perf-profile Full-Workflow-Guide.md: - Translate Thai text in Step 0 Intake to English - Add time-per-phase estimates table (simple/medium/complex) - Fix Step 5 test order: add contract/a11y/visual; note perf is a separate pipeline via /helix test-perf Troubleshooting.md: - Add 5 new entries: k6 not found, semgrep not found, trufflehog/trivy not found, visual regression CI vs local, clinic.js not found Installation.md: - Add Verify + Invoke steps to Copilot CLI and Gemini CLI sections - Add tip about copying knowledge reference files for manual install Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    115915f
  • docs: fill testing strategy gaps from review Test-Unit.md: - Add Test Doubles section: Stub/Mock/Fake/Spy with when-to-use table and common mistake (Mock where Stub is needed) - Add Frontend Components section: React Testing Library / Vue Test Utils with selector philosophy matching E2E conventions - Add Coverage Targets section: per-code-area thresholds (≥90% business logic, ≥80% API handlers, ≥70% UI components, skip infrastructure) - Add Mutation Testing section: Stryker (JS/TS) + mutmut (Python) with install commands and 70%+ mutation score guidance Test-Integration.md: - Add Test Data Strategy section: factory functions vs fixtures vs transaction rollback vs in-memory fake; beforeAll vs beforeEach guide; TypeScript factory function example Test-Sub-Skills.md: - Add CI Pipeline stage guide: pre-commit/PR/pre-merge/pre-deploy/weekly with trigger, test types, and target time per stage - Add Coverage Targets summary table across all test types Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    da20b3a
  • docs: add individual deep-dive wiki pages per skill + knowledge base sources - Add 19 new pages — one per skill/test type, each covering: - Purpose and why this skill exists - Step-by-step breakdown of what it does - Knowledge Base table: file, content description, primary sources with links - Key concepts with academic/industry source citations - Tool list (all free/open source) - HTML report generation commands - When to use / when not to use - Related skills navigation New pages: Skill-Analyze, Skill-Plan, Skill-Execute, Skill-Deploy, Skill-Review, Test-Unit, Test-Integration, Test-E2E, Test-Perf-Overview, Test-Perf-Load, Test-Perf-Stress, Test-Perf-Soak, Test-Perf-Frontend, Test-Perf-DB, Test-Perf-Profile, Test-Security, Test-Contract, Test-A11y, Test-Visual Sources referenced: IEEE 830, OWASP Top 10, Google Web Vitals, Brendan Gregg flamegraphs, Martin Fowler POM + Contract tests, Use The Index Luke, xUnit Test Patterns, Google SRE Book, clinic.js, Pact docs, WCAG 2.1, axe-core, Playwright docs, DORA metrics, Twelve-Factor App, and more. - Update Home.md: separate Core Skills and Test Skills (functional vs perf) with direct links to all 19 new pages - Update Test-Sub-Skills.md: convert to index with recommended run order Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    f476ca7
  • docs: add Contributing wiki page with QA validation guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    8ca07a4
  • docs: add 6 performance sub-skill pages to Test-Sub-Skills and Skills-Overview Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    6521e55
  • docs: add contract, a11y, visual regression to Test Sub-Skills, Skills Overview, Knowledge Files Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    14462a5
  • docs: add cross-platform compatibility — install guide for all AI tools - Add 'Using with Other AI Tools' page (Copilot CLI, Gemini, Cursor, Windsurf, any AI) - Rewrite Installation page with per-platform install commands - Update Home page with compatibility table and multi-platform quick start Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    73487a0
  • docs: build out full wiki with 8 standard pages Pages: Home, Installation, Commands Reference, Full Workflow Guide, Skills Overview, Test Sub-Skills, Knowledge Files, Core Rules, Troubleshooting Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    @Thitic9203 Thitic9203 committed May 2, 2026
    2456c8c
  • Initial Home page

    @Thitic9203 Thitic9203 committed May 2, 2026
    d1b4a32