بنقرة واحدة
rate-buildermark
Rate this Codex CLI conversation (0-5 scale)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Rate this Codex CLI conversation (0-5 scale)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | rate-buildermark |
| description | Rate this Codex CLI conversation (0-5 scale) |
| argument-hint | [0-5] [note] |
| allowed-tools | ["Bash"] |
The user wants to rate this conversation.
Parse $ARGUMENTS:
Before submitting, review the conversation in light of the rating and optional note. Produce two sections:
Prompt Suggestions — short bullet points (max 3) on how the user's prompt could have been clearer or more effective.
Model Failures — short bullet points (max 3) on what the model did wrong or could have done better.
Guidelines:
Then run the submission script, passing your analysis text in the ANALYSIS environment variable:
ANALYSIS="your analysis text here" bash plugins/codex/skills/rate-buildermark/scripts/submit-rating.sh <rating> [note...]
If the output starts with "ok", confirm to the user: Rated N/5 (include the note if one was given), print a clickable conversation link using the conversation_url value from script output, then show your analysis under **Prompt Suggestions:** and **Model Failures:** headings.
If the output starts with "error", relay the message to the user. If it's a connection error, suggest starting the server with cd web/server && go run .