Files
yao-meta-skill/examples/team-frontend-review/optimization/dev/trigger_cases.json
T
2026-03-31 23:00:49 +08:00

54 lines
1.5 KiB
JSON

{
"recommended_threshold": 0.48,
"should_trigger": [
{
"text": "Review this React checkout form for accessibility and risky frontend issues before merge.",
"family": "premerge_review"
},
{
"text": "Do a frontend review on these UI components and check loading, error, and empty states.",
"family": "state_review"
},
{
"text": "Audit this signup form for a11y, unsafe rendering, and UX regressions.",
"family": "security_and_a11y"
},
{
"text": "Review this React diff with a pre-merge mindset and call out UI quality risks.",
"family": "premerge_review"
}
],
"should_not_trigger": [
{
"text": "Build a React login page with loading and error states.",
"family": "build_only"
},
{
"text": "Explain how accessibility works in React forms.",
"family": "explain_only"
},
{
"text": "Review this backend endpoint and database migration.",
"family": "backend_only"
},
{
"text": "Translate these frontend review comments into Japanese.",
"family": "translate_only"
}
],
"near_neighbor": [
{
"text": "Brainstorm ways to improve this dashboard UX, but do not review code.",
"family": "brainstorm_only"
},
{
"text": "Write a frontend review checklist without reviewing the code itself.",
"family": "checklist_only"
},
{
"text": "Fix the failing validation bug in this form component.",
"family": "fix_only"
}
]
}