Skip to content

feat(skills): add diagnosis and design workflows - #14

Merged
BramVR merged 1 commit into
mainfrom
codex/add-development-skills
Aug 19, 2026
Merged

feat(skills): add diagnosis and design workflows#14
BramVR merged 1 commit into
mainfrom
codex/add-development-skills

Conversation

@BramVR

@BramVR BramVR commented Aug 19, 2026

Copy link
Copy Markdown
Owner

What changed

  • Add Matt Pocock's diagnosing-bugs workflow with its structured human feedback helper.
  • Add Codex-compatible PStack architect and blast-radius workflows.
  • Add PStack unslop with its original behavior unchanged.
  • Include upstream attribution, MIT licenses, Codex UI metadata, references, and changelog coverage.

Why

These skills add reusable diagnosis, architecture, risk-proof, and writing workflows without tailoring them to CurveDeform or another project.

Validation

  • scripts/validate-skills
  • Skill Creator validation for all four skills
  • Bash syntax and multiline safety test for the diagnosis helper
  • AutoReview clean with no accepted or actionable findings
  • TruffleHog clean

Copilot AI lite review requested due to automatic review settings August 19, 2026 14:14
@BramVR
BramVR merged commit 7cf970e into main Aug 19, 2026
1 check passed
@BramVR
BramVR deleted the codex/add-development-skills branch August 19, 2026 14:15
Copilot stopped reviewing on behalf of BramVR due to an error August 19, 2026 14:25

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Introduces a set of reusable “skills” (writing cleanup, bug diagnosis, blast-radius review, and architecture sketching) with UI metadata, documentation, and licenses, plus an HITL scripting template and a changelog entry.

Changes:

  • Added four new skills (unslop, diagnosing-bugs, blast-radius, architect) with SKILL.md content and agents/openai.yaml interface metadata.
  • Added reference templates for the architect skill and an HITL reproduction loop bash template for diagnosing-bugs.
  • Added skill-local MIT LICENSE files and updated the root CHANGELOG.md.

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
skills/unslop/agents/openai.yaml Adds UI metadata and default prompt for the unslop skill.
skills/unslop/SKILL.md Adds the unslop skill definition and rewriting guidelines.
skills/unslop/LICENSE Adds an MIT license file for unslop.
skills/diagnosing-bugs/scripts/hitl-loop.template.sh Adds a user-run HITL reproduction loop template script.
skills/diagnosing-bugs/agents/openai.yaml Adds UI metadata and default prompt for the diagnosing-bugs skill.
skills/diagnosing-bugs/SKILL.md Adds the diagnosing-bugs skill definition and workflow phases.
skills/diagnosing-bugs/LICENSE Adds an MIT license file for diagnosing-bugs.
skills/blast-radius/agents/openai.yaml Adds UI metadata and policy for the blast-radius skill.
skills/blast-radius/SKILL.md Adds the blast-radius skill definition and process guidance.
skills/blast-radius/LICENSE Adds an MIT license file for blast-radius.
skills/architect/references/runner-prompt.md Adds the runner prompt reference used by architect candidates.
skills/architect/references/rationale-template.md Adds the rationale template reference for design packages.
skills/architect/references/design-red-flags.md Adds design red-flags checklist reference for screening candidates.
skills/architect/agents/openai.yaml Adds UI metadata and policy for the architect skill.
skills/architect/SKILL.md Adds the architect skill definition and phased design workflow.
skills/architect/LICENSE Adds an MIT license file for architect.
CHANGELOG.md Documents the addition of the new skills.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread skills/unslop/LICENSE
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Lauren Tan
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Lauren Tan
Comment thread skills/architect/LICENSE
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2026 Lauren Tan

step "Open the app at http://localhost:3000 and sign in."

capture ERRORED "Click the 'Export' button. Did it throw an error? (y/n)"
Comment thread CHANGELOG.md
# Changelog

## 2026-08-19 — Diagnosis, Design, and Writing Skills
- Added Matt Pocock's `diagnosing-bugs` workflow plus minimally adapted Codex-native copies of PStack's `architect` and `blast-radius`, and an unchanged PStack `unslop` workflow, with upstream attribution, MIT notices, UI metadata, validation, and local skill-mirror discovery.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants