Open Forge PRs ready for review - #40
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: b8cf0691-0fe3-4d67-92ce-ce2a529c400c
GolaraJ
force-pushed
the
feat/forge-ready-for-review-prs
branch
from
August 20, 2026 03:55
f5aa924 to
695ee1f
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the repository-skill-forge publication contract to require explicitly setting draft: false for create actions, and adds a regression test to ensure the contract language remains present.
Changes:
- Document the requirement to always pass
draft: falsefor Forgecreateactions so PRs open ready-for-review. - Add a unit test that asserts the contract wording is present in
SKILL.md.
Show a summary per file
| File | Description |
|---|---|
| plugins/repo-dreamer/skills/repository-skill-forge/tests/test_stateless_forge.py | Adds a contract regression test that validates SKILL.md contains the new ready-for-review wording. |
| plugins/repo-dreamer/skills/repository-skill-forge/SKILL.md | Documents the explicit draft: false requirement for create actions to ensure PRs are opened ready for review. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
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
draft: falseexplicitlyTesting
python3 -m unittest discover -s plugins/repo-dreamer/skills/repository-skill-forge/tests -p 'test_*.py'(75 tests)Upstream sibling PR: https://github.com/github/copilot-dreaming-tasks/pull/28