feat: port plan workflow from gh-aw repository#230
Conversation
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
✅ Coverage Check PassedOverall Coverage
Coverage comparison generated by |
| text: ${{ steps.compute-text.outputs.text }} | ||
| steps: | ||
| - name: Setup Scripts | ||
| uses: githubnext/gh-aw/actions/setup@v0.36.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| output_types: ${{ steps.collect_output.outputs.output_types }} | ||
| steps: | ||
| - name: Setup Scripts | ||
| uses: githubnext/gh-aw/actions/setup@v0.36.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| total_count: ${{ steps.missing_tool.outputs.total_count }} | ||
| steps: | ||
| - name: Setup Scripts | ||
| uses: githubnext/gh-aw/actions/setup@v0.36.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| success: ${{ steps.parse_results.outputs.success }} | ||
| steps: | ||
| - name: Setup Scripts | ||
| uses: githubnext/gh-aw/actions/setup@v0.36.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| matched_command: ${{ steps.check_command_position.outputs.matched_command }} | ||
| steps: | ||
| - name: Setup Scripts | ||
| uses: githubnext/gh-aw/actions/setup@v0.36.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| process_safe_outputs_temporary_id_map: ${{ steps.process_safe_outputs.outputs.temporary_id_map }} | ||
| steps: | ||
| - name: Setup Scripts | ||
| uses: githubnext/gh-aw/actions/setup@v0.36.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Security Review: Critical Vulnerability Found
|
|
@copilot read the comments and address the concerns |
Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
Updated AWF version from v0.8.2 to v0.10.0 in commit a51e7bd to address the critical security vulnerability (CVSS 8.2 HIGH) identified by Security Guard. The unpinned action warnings for |
…-agentic-workflow
|
🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation... |
|
🎬 THE END — Smoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨ |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
Smoke Test ResultsLast 2 Merged PRs:
Test Results:
Overall Status: PARTIAL PASS cc: @Mossaka (assignee)
|
Smoke Test Results (Claude)Last 2 Merged PRs:
Test Results:
Status: PASS
|
Ports the
/planslash command workflow from gh-aw. This workflow generates project plans and task breakdowns when invoked in issues or discussions, creating actionable sub-issues for Copilot agents.Changes
.github/workflows/plan.md- Agentic workflow that:/planin issue/discussion comments[plan]prefix andplan,ai-generatedlabels.github/workflows/plan.lock.yml- Compiled GitHub Actions YAMLUsage
In an issue comment, this breaks down the issue into sub-tasks. In a discussion, it creates a tracking issue with linked sub-issues.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.