feat(skills): add diagnosis and design workflows - #14
Merged
Conversation
There was a problem hiding this comment.
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) withSKILL.mdcontent andagents/openai.yamlinterface metadata. - Added reference templates for the
architectskill and an HITL reproduction loop bash template fordiagnosing-bugs. - Added skill-local MIT
LICENSEfiles and updated the rootCHANGELOG.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.
| @@ -0,0 +1,21 @@ | |||
| MIT License | |||
|
|
|||
| Copyright (c) 2026 Lauren Tan | |||
| @@ -0,0 +1,21 @@ | |||
| MIT License | |||
|
|
|||
| Copyright (c) 2026 Lauren Tan | |||
| @@ -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)" |
| # 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
diagnosing-bugsworkflow with its structured human feedback helper.architectandblast-radiusworkflows.unslopwith its original behavior unchanged.Why
These skills add reusable diagnosis, architecture, risk-proof, and writing workflows without tailoring them to CurveDeform or another project.
Validation
scripts/validate-skills