Skip to content

chore: rename test-specflow skill to test-sandbox#33

Merged
kevinkod merged 1 commit intomainfrom
chore/rename-skill-test-sandbox
May 2, 2026
Merged

chore: rename test-specflow skill to test-sandbox#33
kevinkod merged 1 commit intomainfrom
chore/rename-skill-test-sandbox

Conversation

@kevinkod
Copy link
Copy Markdown
Contributor

@kevinkod kevinkod commented May 2, 2026

Summary

Renames the skill from test-specflow to test-sandbox so the skill name pairs cleanly with the sandbox/ directory it manages (renamed in PR #32). Slash command becomes /test-sandbox.

What changed

  • git mv .claude/skills/test-specflow .claude/skills/test-sandbox (whole directory + 6 scripts)
  • SKILL.md — frontmatter name:, top heading, and every .claude/skills/test-specflow/scripts/... path reference inside the skill body.
  • .claude/agents/qa-tester.md — 3 references in the workflow + scope sections.
  • .claude/agents/qa-tester/memory/dev-only-deno-warning.md — 1 reference in the fallback note.

The skill's actual allowed-tools line uses ${CLAUDE_SKILL_DIR}/scripts/*.sh — portable, untouched.

Test plan

  • git grep test-specflow returns no matches.
  • deno task test — 333 passed / 0 failed.
  • Pre-commit hook (fmt + lint + bundle + check) green.
  • Verify /test-sandbox resolves on next session start (skills load at startup).

🤖 Generated with Claude Code

Pairs cleanly with the sandbox/ directory the skill manages. Touches:
- .claude/skills/test-specflow/ → .claude/skills/test-sandbox/ (git mv)
- SKILL.md frontmatter name + heading + all internal path refs
- .claude/agents/qa-tester.md (3 references)
- .claude/agents/qa-tester/memory/dev-only-deno-warning.md (1 reference)

No product code touched; 333 tests still green; pre-commit hook passes.

The slash command becomes /test-sandbox.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kevinkod kevinkod merged commit f2d1646 into main May 2, 2026
4 checks passed
@kevinkod kevinkod deleted the chore/rename-skill-test-sandbox branch May 2, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant