You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: rename templates/ to assets/ for skill-creator conformance
BREAKING CHANGE: The `templates/` directory has been renamed to `assets/`
to follow skill-creator conventions. Update any references in your
workflows or documentation.
Changes:
- Rename templates/ → assets/ directory (12 template files)
- Rewrite SKILL.md with imperative/trigger-based style
- Document all 5 references, 1 script, and 12 asset templates
- Update internal path references in README.md and release-labeling.md
-`references/release-labeling.md` - Automatic release labeling for PRs/issues
26
-
-`templates/` - Auto-merge and release-labeler workflow templates
19
+
## Using Reference Documentation
20
+
21
+
### Repository Setup
22
+
23
+
When setting up repository structure, consult `references/repository-structure.md` for standard file layout, required documentation files, and directory conventions.
24
+
25
+
When migrating from master to main branch, consult `references/branch-migration.md` for step-by-step migration commands and branch protection updates.
26
+
27
+
### Dependency Management
28
+
29
+
When configuring automated dependency updates, consult `references/dependency-management.md` for Dependabot and Renovate configuration patterns, auto-merge workflows, and update strategies.
30
+
31
+
### GitHub Features
32
+
33
+
When working with sub-issues, consult `references/sub-issues.md` for GraphQL API usage, parent-child relationships, and issue hierarchy patterns.
34
+
35
+
When setting up automatic release labeling, consult `references/release-labeling.md` for PR labeling workflows, release categorization, and changelog automation.
36
+
37
+
## Running Scripts
38
+
39
+
### Repository Verification
40
+
41
+
To verify GitHub project configuration against best practices:
|`security-audit`| Deep security audits (OWASP, CVE analysis) |
102
+
When implementing Go code patterns and CI/CD workflows, use the `go-development` skill.
103
+
104
+
When implementing OpenSSF Scorecard, SLSA provenance, or signed releases, use the `enterprise-readiness` skill.
105
+
106
+
When establishing Git branching strategies or conventional commits, use the `git-workflow` skill.
107
+
108
+
When conducting deep security audits (OWASP, CVE analysis), use the `security-audit` skill.
109
+
110
+
## External Resources
111
+
112
+
When understanding GitHub Actions syntax, consult the [GitHub Actions Documentation](https://docs.github.com/en/actions).
113
+
114
+
When configuring branch protection, consult the [GitHub Branch Protection Guide](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches).
115
+
116
+
When setting up Dependabot, consult the [Dependabot Documentation](https://docs.github.com/en/code-security/dependabot).
0 commit comments