docs(skills): add fix-bug workflow and issue guardrails - #2241
Merged
josecelano merged 1 commit intoSep 16, 2026
Merged
josecelano merged 1 commit into
josecelano merged 1 commit into
Conversation
There was a problem hiding this comment.
Note
Copilot was unable to run its full agentic suite in this review.
Pull request overview
Adds repository documentation artifacts for two open issues: a new workflow/guardrails task (#2230) and a detailed bug specification + reproduction evidence for the stale activity-metrics cutoff bug (#2226).
Changes:
- Introduces a new issue spec for adding a
fix-bugskill and bug-spec guardrails (#2230). - Adds a full bug specification and a separate reproduction-evidence document for the stale inactivity cutoff bug (#2226).
- Documents verification plans, acceptance criteria, and worked-example references for both issues.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/issues/open/2230-add-fix-bug-skill-and-bug-spec-guardrails/ISSUE.md | New task spec defining scope/ACs for adding a fix-bug skill and bug-spec guardrails. |
| docs/issues/open/2226-fix-stale-inactivity-cutoff-in-activity-metrics-updater/ISSUE.md | New bug spec detailing background, bug-fix process, regression strategy, and verification. |
| docs/issues/open/2226-fix-stale-inactivity-cutoff-in-activity-metrics-updater/evidence.md | New runtime reproduction evidence capturing commands, outputs, and source wiring confirmation. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
josecelano
force-pushed
the
2230-add-fix-bug-skill-and-bug-spec-guardrails-spec
branch
from
September 16, 2026 17:11
a75c842 to
fca1dac
Compare
josecelano
force-pushed
the
2230-add-fix-bug-skill-and-bug-spec-guardrails-spec
branch
from
September 16, 2026 17:16
9c45121 to
d6e710f
Compare
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.
Summary
This PR defines the repository workflow for bug-fix work and the issue-spec guardrails we want enforced before implementation begins.
Scope
Related issue