feat: add nightly branch workflow

This commit is contained in:
GitHub Actions
2026-01-13 22:11:28 +00:00
parent d27c925ba5
commit 4adcd9eda1
187 changed files with 8897 additions and 1614 deletions

View File

@@ -17,6 +17,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
**Location**: `README.md`
**Changes Made:**
- Added comprehensive "Agent Skills" section after "Getting Help"
- Explained what Agent Skills are and their benefits
- Listed all 19 operational skills by category
@@ -25,6 +26,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- Integrated seamlessly with existing content
**Content Added:**
- Overview of Agent Skills concept
- AI discoverability features
- 5 usage methods (CLI, VS Code, Copilot, CI/CD)
@@ -40,6 +42,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
**Location**: `CONTRIBUTING.md`
**Changes Made:**
- Added comprehensive "Adding New Skills" section
- Positioned between "Testing Guidelines" and "Pull Request Process"
- Documented complete skill creation workflow
@@ -47,6 +50,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- Added helper scripts reference guide
**Content Added:**
1. **What is a Skill?** - Explanation of YAML + Markdown + Script structure
2. **When to Create a Skill** - Clear use cases and examples
3. **Skill Creation Process** - 8-step detailed guide:
@@ -87,6 +91,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
12. `scripts/db-recovery.sh``utility-db-recovery`
**Warning Format:**
```bash
⚠️ DEPRECATED: This script is deprecated and will be removed in v2.0.0
Please use: .github/skills/scripts/skill-runner.sh <skill-name>
@@ -94,6 +99,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
```
**User Experience:**
- Clear warning message on stderr
- Non-blocking (script continues to work)
- 1-second pause for visibility
@@ -101,6 +107,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- Link to migration documentation
**Scripts NOT Requiring Deprecation Warnings** (7):
- `test-backend-unit` and `test-frontend-unit` (created from inline tasks, no legacy script)
- `security-scan-go-vuln` (created from inline command, no legacy script)
- `qa-precommit-all` (wraps pre-commit run, no legacy script)
@@ -184,6 +191,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- Contribution process
**Statistics in Document:**
- 79% migration completion (19/24 skills)
- 100% validation pass rate (19/19 skills)
- Backward compatibility maintained until v2.0.0
@@ -222,11 +230,13 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- ✅ Version timeline consistent (v2.0.0 removal)
**File Path Accuracy:**
- ✅ All links use correct relative paths
- ✅ No broken references
- ✅ Skill file names match actual files in `.github/skills/`
**Skill Count Consistency:**
- ✅ README.md: 19 skills
- ✅ .github/skills/README.md: 19 skills in table
- ✅ Migration guide: 19 skills listed
@@ -253,6 +263,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
## Documentation Quality
### README.md Agent Skills Section
- ✅ Clear introduction to Agent Skills concept
- ✅ Practical usage examples (CLI, VS Code, Copilot)
- ✅ Category breakdown with skill counts
@@ -260,6 +271,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- ✅ Seamless integration with existing content
### CONTRIBUTING.md Skill Creation Guide
- ✅ Step-by-step process (8 steps)
- ✅ Complete SKILL.md template
- ✅ Validation requirements documented
@@ -268,6 +280,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- ✅ Resources and links provided
### Migration Guide (docs/AGENT_SKILLS_MIGRATION.md)
- ✅ Executive summary with key benefits
- ✅ Before/after comparison
- ✅ Complete migration statistics
@@ -281,6 +294,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- ✅ Resource links and support channels
### Deprecation Warnings
- ✅ Clear and non-blocking
- ✅ Actionable guidance provided
- ✅ Link to migration documentation
@@ -312,20 +326,24 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
## Usage Examples Provided
### Command Line (4 examples)
- Backend testing
- Integration testing
- Security scanning
- Utility operations
### VS Code Tasks (2 examples)
- Task menu navigation
- Keyboard shortcuts
### GitHub Copilot (4 examples)
- Natural language queries
- AI-assisted discovery
### CI/CD (2 examples)
- GitHub Actions integration
- Workflow patterns
@@ -343,18 +361,21 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
## Impact Assessment
### User Experience
- **Discoverability**: ⬆️ Significant improvement with AI assistance
- **Documentation**: ⬆️ Self-contained, comprehensive skill docs
- **Usability**: ⬆️ Multiple access methods (CLI, VS Code, Copilot)
- **Migration**: ⚠️ Minimal friction (legacy scripts still work)
### Developer Experience
- **Onboarding**: ⬆️ Clear contribution guide in CONTRIBUTING.md
- **Maintenance**: ⬆️ Standardized format easier to update
- **Validation**: ⬆️ Automated checks prevent errors
- **Consistency**: ⬆️ Helper scripts reduce boilerplate
### Project Health
- **Standards Compliance**: ✅ Follows agentskills.io specification
- **AI Integration**: ✅ GitHub Copilot ready
- **Documentation Quality**: ✅ Comprehensive and consistent
@@ -363,11 +384,13 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
## Files Modified in Phase 5
### Documentation Files (3 major updates)
1. `README.md` - Agent Skills section added
2. `CONTRIBUTING.md` - Skill creation guide added
3. `docs/AGENT_SKILLS_MIGRATION.md` - Migration guide created
### Legacy Scripts (12 deprecation notices)
1. `scripts/go-test-coverage.sh`
2. `scripts/frontend-test-coverage.sh`
3. `scripts/integration-test.sh`
@@ -388,6 +411,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
**Phase 6**: Full Migration & Legacy Cleanup (Future)
**Not Yet Scheduled:**
- Monitor v1.0-beta.1 for issues (2 weeks minimum)
- Address any discovered problems
- Remove legacy scripts (v2.0.0)
@@ -396,6 +420,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- Tag release v2.0.0
**Current Phase 5 Prepares For:**
- Clear migration path for users
- Documented deprecation timeline
- Comprehensive troubleshooting resources
@@ -418,6 +443,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
## Validation Results
### Documentation Consistency
- ✅ All skill names consistent across docs
- ✅ All file paths verified
- ✅ All cross-references working
@@ -425,6 +451,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- ✅ Skill count matches (19) across all docs
### Deprecation Warnings
- ✅ All 12 legacy scripts updated
- ✅ Consistent warning format
- ✅ Correct skill names referenced
@@ -432,6 +459,7 @@ Phase 5 of the Agent Skills migration has been successfully completed. All docum
- ✅ Version timeline accurate
### Content Quality
- ✅ Clear and actionable instructions
- ✅ Multiple examples provided
- ✅ Troubleshooting sections included
@@ -448,6 +476,7 @@ Phase 5 has been successfully completed with all documentation updated, deprecat
- **Deprecation Communication**: 12 legacy scripts with clear warnings
All success criteria have been met:
- ✅ README.md updated with Agent Skills section
- ✅ CONTRIBUTING.md updated with skill creation guidelines
- ✅ Deprecation notices added to 12 applicable scripts