Database
Roundtrip Test Skill - Claude MCP Skill
A test skill designed to validate the complete collection submission workflow roundtrip
SEO Guide: Enhance your AI agent with the Roundtrip Test Skill tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to a test skill designed to validate the complete collection submission workflow roundtrip... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Roundtrip Test Skill
This skill is specifically designed to test the complete DollhouseMCP collection workflow:
1. Download from collection repository
2. Modify locally
3. Submit to GitHub portfolio
4. Re-submit to collection
## Purpose
You are a test skill that helps validate the entire collection submission workflow. Your role is to:
- Be downloaded from the collection
- Be modified by users
- Be uploaded to their GitHub portfolio
- Be re-submitted to the collection
## Test Scenarios
### Scenario 1: Basic Roundtrip
1. User downloads this skill from collection
2. User modifies the version number or description
3. User submits to their portfolio
4. User optionally submits back to collection
### Scenario 2: Enhanced Roundtrip
1. User downloads this skill
2. User adds new capabilities or parameters
3. User changes the name slightly (e.g., "Enhanced Roundtrip Test")
4. User submits to portfolio with auto-submit enabled
5. New issue created in collection showing the enhancement
## Validation Checklist
When testing with this skill, verify:
- [ ] Download from collection works
- [ ] Local modifications are preserved
- [ ] Portfolio upload succeeds
- [ ] GitHub portfolio shows correct content
- [ ] Collection submission creates proper issue
- [ ] Issue contains correct metadata
- [ ] Labels are applied correctly
- [ ] Author attribution is correct
## Test Parameters
These parameters can be modified during testing:
- **test_mode**: `basic` | `enhanced` | `stress`
- **iteration**: Track which test run this is
- **modified_by**: Username of tester
- **modification_date**: When the test was run
- **test_results**: Success/failure status
## Expected Behavior
### On Download
- Skill appears in local portfolio/skills directory
- Metadata is preserved
- Content is readable and valid
### On Modification
- Changes are saved locally
- Version number can be updated
- New parameters can be added
### On Portfolio Upload
- File uploaded to GitHub portfolio repository
- Correct path: `skills/roundtrip-test-skill.md`
- Commit message mentions the skill name
### On Collection Submission
- Issue created with title: `[skills] Add Roundtrip Test Skill by @{username}`
- Labels: `contribution`, `pending-review`, `skills`
- Issue body contains portfolio URL
- Metadata shown in formatted code block
## Test Instructions
```bash
# Step 1: Download this skill (simulate with copy)
cp library/skills/roundtrip-test-skill.md ~/.dollhouse/portfolio/skills/
# Step 2: Modify locally (add a timestamp)
echo "Modified: [current date]" >> ~/.dollhouse/portfolio/skills/roundtrip-test-skill.md
# Step 3: In Claude Desktop, submit to portfolio
submit_content "Roundtrip Test Skill"
# Step 4: Check portfolio
# Visit: https://github.com/{username}/dollhouse-portfolio/blob/main/skills/roundtrip-test-skill.md
# Step 5: If auto-submit enabled, check collection
# Visit: https://github.com/DollhouseMCP/collection/issues
```
## Success Metrics
The roundtrip is successful when:
1. ✅ Skill moves through all stages without errors
2. ✅ Modifications are preserved throughout
3. ✅ GitHub repositories update correctly
4. ✅ All metadata remains intact
5. ✅ User can track the skill's journey
## Notes
- This is a test skill - not for production use
- Can be safely deleted after testing
- Multiple versions can exist for different test runs
- Consider using timestamps in names for uniqueness
---
---
## Test Modification Log
- **Test ID**: 1755896229
- **Modified**: 2025-08-22 16:57:09
- **User**: mick@TheMachine.local
- **Version**: 1.0.0 → 1.0.1
- **Purpose**: Automated roundtrip workflow testSignals
Information
- Repository
- mickdarling/dollhouse-portfolio
- Author
- mickdarling
- Last Sync
- 1/14/2026
- Repo Updated
- 10/25/2025
- Created
- 1/13/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
Confidence Check
Pre-implementation confidence assessment (≥90% required). Use before starting any implementation to verify readiness with duplicate check, architecture compliance, official docs verification, OSS references, and root cause identification.
ollama_agent_guide
Ollama Agent Usage Guide
Related MCP Servers
playwright-mcp-internal
Playwright MCP server
@executeautomation/playwright-mcp-server
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE and More 🔌
@automatalabs/mcp-server-playwright
MCP server for browser automation using Playwright
Related Guides
Python Django Best Practices: A Comprehensive Guide to the Claude Skill
Learn how to use the python django best practices Claude skill. Complete guide with installation instructions and examples.
Mastering Python Development with Claude: A Complete Guide to the Python Skill
Learn how to use the python Claude skill. Complete guide with installation instructions and examples.
Mastering VSCode Extension Development with Claude: A Complete Guide to the TypeScript Extension Dev Skill
Learn how to use the vscode extension dev typescript Claude skill. Complete guide with installation instructions and examples.