✨ feat(skills): curate code workflow skills
Add a Gitea CI triage skill with legacy web-log fallback, document first-party and third-party skill roles, and register selected third-party code workflow sources. Remove the first-party bulk refactor workflow in favor of the registered codebase migration replacement.
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
# Third-party skill registry.
|
||||
|
||||
version: 1
|
||||
|
||||
skills:
|
||||
- id: brooks-lint
|
||||
sync: enabled
|
||||
upstream_repo: https://github.com/hyhmrright/brooks-lint
|
||||
upstream_ref: main
|
||||
upstream_layout: multi_skill_suite
|
||||
upstream_paths:
|
||||
- skills/brooks-audit
|
||||
- skills/brooks-debt
|
||||
- skills/brooks-health
|
||||
- skills/brooks-review
|
||||
- skills/brooks-sweep
|
||||
- skills/brooks-test
|
||||
- skills/_shared
|
||||
selected_for:
|
||||
- architecture audit
|
||||
- technical debt review
|
||||
- PR review
|
||||
- test quality review
|
||||
playbook_fit: architecture and code-quality review support
|
||||
notes:
|
||||
- Upstream is a suite of related review and audit skills.
|
||||
|
||||
- id: codebase-recon
|
||||
sync: enabled
|
||||
upstream_repo: https://github.com/outfitter-dev/agents
|
||||
upstream_ref: main
|
||||
upstream_path: plugins/outfitter/skills/codebase-recon
|
||||
upstream_layout: single_skill_dir
|
||||
selected_for:
|
||||
- risk scan
|
||||
- git-history hotspot analysis
|
||||
- codebase reconnaissance before planning
|
||||
- refactor-risk assessment
|
||||
playbook_fit: pre-design and pre-refactor codebase risk discovery
|
||||
notes:
|
||||
- Upstream skill lives inside a larger agents repository.
|
||||
|
||||
- id: codebase-migrate
|
||||
sync: enabled
|
||||
upstream_repo: https://github.com/ComposioHQ/awesome-codex-skills
|
||||
upstream_ref: main
|
||||
upstream_path: codebase-migrate
|
||||
upstream_layout: single_skill_dir
|
||||
selected_for:
|
||||
- large codebase migrations
|
||||
- multi-file refactors
|
||||
- reviewable refactor batches
|
||||
- CI-verified migration workflows
|
||||
notes:
|
||||
- Sourced from awesome-codex-skills.
|
||||
Reference in New Issue
Block a user