Commit Graph

8 Commits

Author SHA1 Message Date
Alireza Rezvani
fea994eb42 refactor: split 21 over-500-line skills into SKILL.md + references (#296) 2026-03-08 10:14:30 +01:00
Leo
e7081583fb fix: restore 7 removed plugins + revert playwright-pro name to pw
Reverts two overly aggressive audit changes:
- Restored content-creator, demand-gen, fullstack-engineer, aws-architect,
  product-manager, scrum-master, skill-security-auditor to marketplace
- Reverted playwright-pro plugin.json name back to 'pw' (intentional short name)
2026-03-07 18:13:46 +01:00
Alireza Rezvani
687fe0bd69 fix: marketplace audit — all 11 plugins validated by Claude Code (#295)
Marketplace audit: all 11 plugins validated + installed + tested in Claude Code
2026-03-07 15:31:26 +01:00
Alireza Rezvani
ecb1c39e42 fix: optimize 18 skills via Tessl review + compliance fix (closes #287) (#291)
Phase 1: 18 skills optimized via Tessl (avg 77% → 95%). Closes #287.
2026-03-07 12:35:50 +01:00
Reza Rezvani
3622efedc0 fix: add YAML frontmatter (name + description) to all SKILL.md files
- Added frontmatter to 34 skills that were missing it entirely (0% Tessl score)
- Fixed name field format to kebab-case across all 169 skills
- Resolves #284
2026-03-06 20:35:35 +01:00
Reza Rezvani
a46d3b0b37 fix: resolve remaining plugin.json schema errors
- playwright-pro: change repository from object to string
- self-improving-agent: replace skills/agents/hooks/settings arrays with
  "skills": "./" auto-discovery, remove displayName, add author

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 09:07:38 +01:00
Alireza Rezvani
c20c66ee9e fix: integrate playwright-pro across all platforms (#258)
- Add root SKILL.md for OpenClaw and ClawHub compatibility
- Add to README: Skills Overview table, install section, badge count
- Regenerate .codex/skills-index.json with playwright-pro entry
- Add .codex/skills/playwright-pro symlink for Codex CLI
- Fix YAML frontmatter (single-line description for index parsing)

Platforms verified:
- Claude Code: marketplace.json  (merged in PR #256)
- Codex CLI: symlink + skills-index.json 
- OpenClaw: SKILL.md auto-discovered by install script 
- ClawHub: published as playwright-pro@1.1.0 

Co-authored-by: Leo <leo@openclaw.ai>
2026-03-05 15:10:40 +01:00
Alireza Rezvani
d33d03da50 feat: add playwright-pro plugin — production-grade Playwright testing toolkit (#254)
Complete Claude Code plugin with:
- 9 skills (/pw:init, generate, review, fix, migrate, coverage, testrail, browserstack, report)
- 3 specialized agents (test-architect, test-debugger, migration-planner)
- 55 test case templates across 11 categories (auth, CRUD, checkout, search, forms, dashboard, settings, onboarding, notifications, API, accessibility)
- TestRail MCP server (TypeScript) — 8 tools for bidirectional sync
- BrowserStack MCP server (TypeScript) — 7 tools for cross-browser testing
- Smart hooks (auto-validate tests, auto-detect Playwright projects)
- 6 curated reference docs (golden rules, locators, assertions, fixtures, pitfalls, flaky tests)
- Leverages Claude Code built-ins (/batch, /debug, Explore subagent)
- Zero-config for core features; TestRail/BrowserStack via env vars
- Both TypeScript and JavaScript support throughout

Co-authored-by: Leo <leo@openclaw.ai>
2026-03-05 13:50:05 +01:00