بنقرة واحدة
fail-bad-name
Use when you need to test name pattern validation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when you need to test name pattern validation
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when a raw request should go to whichever tflow skill fits best — when it is unclear which family member applies, or the request needs sharpening, delegation, and an acceptance check against criteria fixed before any work starts
Use when authoring or hardening a portable Agent Skill (a SKILL.md plus its scripts and references) that must stay valid and distributable across Claude Code and Codex skill directories
Use when the gateway itself must never appear in its own routing table
Use when a non-tflow skill must be ignored by discovery
Use when alpha fixture routing applies
Use when beta fixture routing applies
| name | Fail-Bad-Name |
| description | Use when you need to test name pattern validation |
This fixture has an uppercase name, which violates R-NAME-PATTERN.
The name "Fail-Bad-Name" contains uppercase letters, which do not match the required pattern ^[a-z0-9]+(-[a-z0-9]+)*$.
Only one rule is broken: R-NAME-PATTERN (spec).