Add CI/CD integration (GitHub Actions, pre-commit hooks) #6
Labels
No labels
bug
community
distribution
documentation
enhancement
extensibility
infra
integration
orchestration
priority:critical
priority:high
priority:low
priority:medium
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frank/solo-dev-suite#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
Provide GitHub Actions workflows and pre-commit hooks that automatically run relevant skills on CI events.
Why
The suite currently only runs interactively. CI integration makes it a continuous governance layer.
Implementation
Effort
Medium (1-3 days)
Implemented in
bce61f7. GitHub Actions workflow validates Python syntax, SKILL.md frontmatter, plugin.json, children.json, and marketplace.json on push/PR to master/main. Matrix tests Python 3.9 and 3.12.