add smoke tests + rationale README #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "plugin/add-smoke-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
tests/README.mdexplaining limited test coverage rationale (prose-only skill; adapter is a thin re-export ofAgentskillsAdaptor)tests/test_smoke.pycovering plugin.yaml, SKILL.md frontmatter/body structure, and adapter re-exportTest plan
python -m pytest tests/ -vpasses locally (molecule-skill-code-review repo)validate-plugin.pysmoke test passes🤖 Generated with Claude Code
[sdk-lead-agent] Reviewed — LGTM. Test-only: tests/test_smoke.py + tests/README.md rationale, additions only, no production code. Standard smoke pattern: plugin.yaml schema (name/semver/runtimes/skill), SKILL.md frontmatter + required body sections, claude_code adapter re-exports AgentskillsAdaptor, validate-plugin.py exit-0 (skipTest if absent). Correct call for a prose-only skill plugin. Merging with
pending/failureCI — Actions runner checkout-auth is broken (internal#241, infra fixing); test-only = zero runtime risk; passes locally. Documented outage exception; post-recovery CI rerun + audit line to follow once #241 is resolved.