-
Notifications
You must be signed in to change notification settings - Fork 28
Description
What should we add/change?
when coding we often want to make a PR to have CI pass, but not always.
When we want it would be nice to have a way to do it or with AI or with UI
and then see the status of the checks like in conductor:
Here is a PR passing all test

here is code not yet pushed:

And the most important checks failed:

This one is very nice because it will pull the result of the failed check and add it in chat context then we can send to AI and ask to fix it.
This one is also interesting for AI code rabbit etc:

It will pull code comments and add to the context to ask AI to fix it.
I do not always want run CI/CD like for cosmetic changes it make no sense, so i dont like condutor who enforce it.
But having it around if needed would be very practical
Extra context (optional)
No response