| name | Roundtrip Test Skill |
| description | A test skill for validating the complete collection workflow |
| author | mickdarling |
| version | 1.0.0 |
| category | testing |
| proficiency_levels | beginner, intermediate, advanced |
| tags | testing, integration, workflow, validation |
| parameters | [object Object] |
| created_date | Mon Aug 11 2025 00:00:00 GMT+0000 (Coordinated Universal Time) |
| modified_date | Mon Aug 11 2025 00:00:00 GMT+0000 (Coordinated Universal Time) |
| _dollhouseMCPTest | true |
| _testMetadata | [object Object] |
Roundtrip Test Skill
This skill is designed to test the complete roundtrip workflow for the DollhouseMCP collection system.
Purpose
This skill validates the entire content lifecycle:
- Creation in local portfolio
- Submission to GitHub portfolio
- Auto-submission to collection repository
- Retrieval back from collection
Test Scenarios
Scenario 1: Local to Portfolio
- Create or modify skill locally
- Submit to personal GitHub portfolio
- Verify upload without collection submission
Scenario 2: Portfolio to Collection
- Enable auto-submission
- Submit modified skill
- Verify issue creation in collection repository
Scenario 3: Complete Roundtrip
- Start with skill from collection
- Modify locally
- Submit to portfolio
- Auto-submit to collection
- Verify complete cycle
Parameters
- test_mode: When enabled, adds test metadata to submissions
- iteration: Tracks which test iteration this is
Usage
This skill doesn't provide actual functionality - it's purely for testing the infrastructure.
Metadata Tracking
Each submission should preserve:
- Author attribution
- Version information
- Modification timestamps
- Category and tags
- Parameter definitions
Success Criteria
A successful roundtrip means:
- ✅ All metadata preserved
- ✅ Correct file paths used
- ✅ GitHub issues created with proper labels
- ✅ Content integrity maintained
- ✅ Author attribution correct
Test skill for DollhouseMCP collection workflow validation