ENH: Add fix-nightly-warnings skill and CDash query scripts#5923
ENH: Add fix-nightly-warnings skill and CDash query scripts#5923blowekamp wants to merge 1 commit intoInsightSoftwareConsortium:mainfrom
Conversation
|
I have had some success with this skill. Adding the scripts is a way to reduce the number of requests needed for the AI, and improve efficiency. I have am running low on available requests with the initial development of this skill. Someone else is welcome to further refine this workflow. |
thewtex
left a comment
There was a problem hiding this comment.
Very cool!!
We may want to set up a GitHub Agentic Workflow to run this on a regular basis.
|
|
||
| # Fix ITK Nightly Build Errors and Warnings | ||
|
|
||
| Creates a focused branch containing fixes for errors or warnings reported on the ITK CDash nightly dashboard, then opens a PR upstream. |
|
@blowekamp I have some improvements ready for this PR (typo fixes, ThirdParty filtering, MSVC warning support, a To let me push directly to your PR branch, could you enable "Allow edits from maintainers"? You can do this by:
(This option is in the right sidebar under the PR description when you're editing the PR, or at the bottom of the PR creation/edit page.) Once enabled, I'll be able to ====== https://github.com/InsightSoftwareConsortium/ITK/tree/skill_fix_nightly_warnings The 10 commits should probably be squished, but they seem reasonable for draft consideration. |
|
That option is already enabled. |
Summary
Adds a GitHub Copilot agent skill for the workflow of fixing ITK nightly build warnings reported on CDash, along with two helper Python scripts for querying the CDash GraphQL API.
Changes
Notes
No production source changes; purely development tooling.