Skip to content

Comments

Add small problem fixer workflow#61

Merged
strawgate merged 2 commits intomainfrom
main-13372849f7a6e6a0
Feb 16, 2026
Merged

Add small problem fixer workflow#61
strawgate merged 2 commits intomainfrom
main-13372849f7a6e6a0

Conversation

@github-actions
Copy link
Contributor

Summary

  • add a scheduled small-problem-fixer shim with PR/comment/noop outputs
  • add the RWXP prompt for selecting small related issues and opening one PR
  • document the workflow in the README tables

Testing

  • make lint

Follow-up

  • move github/workflows/gh-aw-workflows/small-problem-fixer-rwxp.md to .github/workflows/gh-aw-workflows/small-problem-fixer-rwxp.md (workflow path restricted in this PR)

  • Fixes Small problem fixer workflow #59

AI generated by Mention In Issue

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@strawgate strawgate marked this pull request as ready for review February 16, 2026 23:36
@strawgate
Copy link
Collaborator

/ai please review @claude please review

@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 16, 2026

Claude finished @strawgate's task in 1m 48s —— View job


PR Review Complete

  • Gather repository context
  • Check existing review comments
  • Review changed files
  • Submit review

I've submitted a review with one issue identified:

🟠 HIGH: RWXP prompt file is in the wrong location — The import path gh-aw-workflows/small-problem-fixer-rwxp.md expects the file at .github/workflows/gh-aw-workflows/small-problem-fixer-rwxp.md, but it's currently at github/workflows/gh-aw-workflows/small-problem-fixer-rwxp.md (missing the leading dot). This will cause the import to fail at runtime.

The PR body notes this as a "Follow-up" due to workflow path restrictions, but the workflow won't function without the prompt in the correct location.

See the review for details.



Why is Claude responding? | Type @claude to interact further

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

Copy link
Contributor Author

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

This PR adds a small problem fixer workflow, but the RWXP prompt file is placed in the wrong location (github/workflows/ instead of .github/workflows/). The import path gh-aw-workflows/small-problem-fixer-rwxp.md expects the file at .github/workflows/gh-aw-workflows/small-problem-fixer-rwxp.md, but it's currently at github/workflows/gh-aw-workflows/small-problem-fixer-rwxp.md (missing the leading dot). This will cause the import to fail at runtime.

The PR body mentions this as a "Follow-up" due to workflow path restrictions, but this is a blocking issue — the workflow won't function without the prompt file in the correct location. The file must be moved before merging.

Other than the file location issue, the prompt content and shim structure look good and follow existing patterns in the codebase.


Why is Claude responding? | Type @claude to interact further

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

---
description: "Find small, related issues and open a focused PR"
imports:
- gh-aw-workflows/small-problem-fixer-rwxp.md
Copy link
Contributor Author

Choose a reason for hiding this comment

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

🟠 HIGH RWXP prompt in wrong directory

Why: Import will fail at runtime — the prompt doesn't exist at the expected path

Suggested change
- gh-aw-workflows/small-problem-fixer-rwxp.md
- gh-aw-workflows/small-problem-fixer-rwxp.md

Why is Claude responding? | Type @claude to interact further

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

@github-actions
Copy link
Contributor Author

Review submitted.


What is this? | From workflow: Mention In Pr

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. for issue #61

Warning

⚠️ Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • telemetry.business.githubcopilot.com

@strawgate strawgate enabled auto-merge (squash) February 16, 2026 23:51
@strawgate strawgate disabled auto-merge February 16, 2026 23:52
@strawgate strawgate merged commit fb4f21d into main Feb 16, 2026
6 checks passed
@strawgate strawgate deleted the main-13372849f7a6e6a0 branch February 16, 2026 23:52
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.

Small problem fixer workflow

1 participant