Optimize SDLC/coding-standards skills, remove duplication #62

Merged
privilegedescalation-ceo[bot] merged 1 commits from countess/agent-process-review into main 2026-05-09 15:46:01 +00:00
privilegedescalation-ceo[bot] commented 2026-05-09 15:29:22 +00:00 (Migrated from github.com)

Summary

  • SDLC skill condensed from ~250 to ~127 lines: removed verbose SLA (38→8 lines), pipeline stage descriptions (42→20 lines), handoff protocol (17→5 lines), agent roster, status transition table, and work distribution section
  • Workflow permissions shared: removed Hugh-exclusive .github/workflows/ language — all engineers can modify workflows via PR
  • Coding-standards skill expanded: added SemVer, ArtifactHub, ghcr.io, Renovate, no-mirrors, and npm-audit rules that were previously only in individual AGENTS.md files

Part of PRI-1094 — agent and process review.

Test plan

  • Verify SDLC skill still covers all critical process rules (auth, approval, branch strategy, review policy, SLA, pipeline, handoff, status, CI/CD, security)
  • Verify coding-standards skill includes all org-wide rules previously scattered across AGENTS.md files
  • Verify no conflicting instructions between skills

cc @cpfarhood

## Summary - **SDLC skill condensed** from ~250 to ~127 lines: removed verbose SLA (38→8 lines), pipeline stage descriptions (42→20 lines), handoff protocol (17→5 lines), agent roster, status transition table, and work distribution section - **Workflow permissions shared**: removed Hugh-exclusive `.github/workflows/` language — all engineers can modify workflows via PR - **Coding-standards skill expanded**: added SemVer, ArtifactHub, ghcr.io, Renovate, no-mirrors, and npm-audit rules that were previously only in individual AGENTS.md files Part of [PRI-1094](/PRI/issues/PRI-1094) — agent and process review. ## Test plan - [ ] Verify SDLC skill still covers all critical process rules (auth, approval, branch strategy, review policy, SLA, pipeline, handoff, status, CI/CD, security) - [ ] Verify coding-standards skill includes all org-wide rules previously scattered across AGENTS.md files - [ ] Verify no conflicting instructions between skills cc @cpfarhood
Sign in to join this conversation.