Skip to content

Commit 51ad2cd

Browse files
themr0cclaude
andcommitted
RHIDP-12779: Make CQA guidance a copy-pasteable Claude prompt
Reference .claude/skills/cqa-main-workflow.md explicitly so users can copy-paste the prompt directly to Claude for manual fixes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ccd4852 commit 51ad2cd

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

build/scripts/cqa.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ if [[ "$CQA_ALL_MODE" == true ]]; then
147147
echo '```'
148148
echo "./build/scripts/cqa.sh --fix --all"
149149
echo '```'
150-
echo "To attempt manual fixes, ask Claude to run the CQA main workflow."
150+
echo "To attempt manual fixes, copy-paste this prompt to Claude:"
151+
echo '```'
152+
echo "Load .claude/skills/cqa-main-workflow.md and fix all remaining [MANUAL] issues across all titles."
153+
echo '```'
151154
exit 1
152155
fi
153156
exit 0
@@ -181,6 +184,8 @@ if [[ $failed -gt 0 ]]; then
181184
echo ""
182185
echo "To auto-fix what can be auto-fixed, run:"
183186
echo " ./build/scripts/cqa.sh --fix ${pass_args[*]}"
184-
echo "To attempt manual fixes, ask Claude to run the CQA main workflow."
187+
echo ""
188+
echo "To attempt manual fixes, copy-paste this prompt to Claude:"
189+
echo " Load .claude/skills/cqa-main-workflow.md and fix all remaining [MANUAL] issues for ${pass_args[*]}."
185190
exit 1
186191
fi

0 commit comments

Comments
 (0)