Add CI/CD integration (GitHub Actions, pre-commit hooks) #6

Closed
opened 2026-04-24 02:59:23 +00:00 by frank · 1 comment
Owner

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

  • Security audit as a PR gate
  • Scope creep detection on feature branches
  • Tech debt summary as PR comment
  • Pre-commit hook for ADR validation

Effort

Medium (1-3 days)

## 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 - Security audit as a PR gate - Scope creep detection on feature branches - Tech debt summary as PR comment - Pre-commit hook for ADR validation ## Effort Medium (1-3 days)
frank closed this issue 2026-04-24 19:34:31 +00:00
Author
Owner

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.

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.
Sign in to join this conversation.
No description provided.