hermes-agent/tests/skills
teknium1 55982159dd feat(tests): CI-enforce skill authoring standards; clear all remaining debt
New tests/skills/test_authoring_standards.py parametrizes every bundled +
optional SKILL.md (1148 checks) against the mechanically-verifiable subset
of the hardline standards:
- required frontmatter fields (name/description/version/author/license/
  platforms) + tags
- frontmatter name == directory name
- description <= 60 chars, ends with period, no marketing words
- related_skills resolve in-repo
- no machine-local paths
- <= 100k chars
Grandfather dict for legacy debt ships EMPTY — all pre-existing violations
fixed in this PR:

- 13 frontmatter names canonicalized to their directory names (the install
  identifier); all related_skills references updated (comfyui -> stable-
  diffusion). Fixes the class behind PR #42788's report; also fixes
  here.now's invalid dot-name.
- optional-skills/devops/cli -> inference-sh-cli (dir was the generic
  'cli'; fm name was right) incl. docs pages (en + zh-Hans), catalog row,
  sidebar entry.
- pytorch-fsdp: 157k generated 'Quick Reference' dump moved to
  references/common-patterns.md; SKILL.md 159k -> 2.5k with a pointer.
- research-paper-writing: 31.7k Phase 5 drafting section moved to
  references/phase5-paper-drafting.md; SKILL.md 103k -> 71k.

Docs regenerated with scope discipline.
2026-08-08 15:43:00 -07:00
..
test_actual_setup_skill.py feat(skills): actual-setup optional skill + provider docs 2026-08-05 14:08:32 -07:00
test_authoring_standards.py feat(tests): CI-enforce skill authoring standards; clear all remaining debt 2026-08-08 15:43:00 -07:00
test_cloudflare_temporary_deploy_skill.py
test_comfyui_skill.py fix(skills): widen BOM-tolerant reads to all comfyui workflow-JSON call paths 2026-08-08 11:20:51 -07:00
test_competitor_news_monitor_skill.py chore(skills/competitor-news-monitor): cron-recipe shape + competitor-watch blueprint 2026-08-08 14:09:22 -07:00
test_darwinian_evolver_skill.py
test_document_to_action_items_skill.py chore(skills/document-to-action-items): promote to bundled tier 2026-08-07 10:35:42 -07:00
test_email_inbox_triage_skill.py chore(skills/email-inbox-triage): tighten to hardline standards 2026-08-08 04:19:33 -07:00
test_fetch_transcript.py
test_github_credential_token.py
test_github_issue_to_pr_skill.py chore(skills/github-issue-to-pr): de-router, fold in maintainer issue-to-PR discipline 2026-08-08 05:26:27 -07:00
test_google_workspace_api.py
test_google_workspace_credential_files.py
test_google_workspace_daily_brief_reference.py chore(skills/google-workspace): fold daily-brief into references/, not a sibling skill 2026-08-08 05:59:37 -07:00
test_google_workspace_setup.py fix(deps): repair Google transitive security floors (#72108) 2026-07-31 23:18:38 -07:00
test_google_workspace_setup_deps.py test: import LAZY_DEPS directly and make httplib2 pin a floor invariant 2026-07-31 22:28:21 -07:00
test_grounded_citations_skill.py fix(skills): match evidence quotes through markdown markup 2026-08-02 16:18:28 -07:00
test_hyperliquid_skill.py
test_mcp_oauth_remote_gateway_skill.py
test_meeting_action_items_skill.py chore(skills/meeting-action-items): tighten to hardline standards 2026-08-08 10:06:39 -07:00
test_memento_cards.py
test_office_document_skills.py feat: replace Anthropic office document skills with clean-room MIT implementations 2026-08-08 10:46:20 -07:00
test_openclaw_migration.py fix(cli): preserve symlinked config.yaml in the migration script's atomic write 2026-08-02 14:55:32 +05:30
test_openclaw_migration_hardening.py
test_pinecone_research_skill.py
test_product_price_monitor_skill.py chore(skills/product-price-monitor): cron-recipe shape + price-watch blueprint 2026-08-08 11:19:31 -07:00
test_social_media_content_calendar_skill.py chore(skills/social-media-content-calendar): tighten to hardline standards, ship optional 2026-08-08 12:05:19 -07:00
test_telephony_skill.py
test_tldraw_offline_skill.py
test_unbroker_skill.py
test_weekly_review_planning_skill.py chore(skills/weekly-review-planning): hardline polish + wire task blueprints to their skills 2026-08-08 11:53:51 -07:00
test_xurl_article_ingestion_docs.py
test_xurl_x_search_routing.py
test_youtube_quiz.py