testmanagement-create-tests
Generate and scaffold new manual functional test cases.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate and scaffold new manual functional test cases.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Automatically identify, review, scaffold, or verify automated tests using the Neodymium AI framework.
Identify, review, and validate existing test cases.
This skill should be used when the user asks about Bootstrap components, "how to create a modal", "navbar not collapsing", "carousel autoplay", "responsive card grid", "toast notifications", "dropdown menu", "accordion FAQ", "offcanvas sidebar", "tab navigation", "tooltip not showing", "popover not working", Bootstrap accordion, alerts, badges, breadcrumb, buttons, button groups, cards, carousel, close button, collapse, dropdowns, list group, modal, navbar, navs and tabs, offcanvas, pagination, placeholders, popovers, progress, scrollspy, spinners, toasts, tooltips, or needs help implementing any Bootstrap UI component.
This skill should be used when the user asks about Bootstrap typography, "how do I style text in Bootstrap", "show me Bootstrap heading styles", "Bootstrap text looks wrong", "text not wrapping in Bootstrap", "how to create responsive tables", "Bootstrap table not responsive", "Bootstrap table overflowing on mobile", "how do I format code blocks", "Bootstrap images not responsive", "why is my Bootstrap image not scaling", "how to center images in Bootstrap", "image thumbnail not working", "how to add figure captions", "figure caption not showing", display headings, lead text, text alignment, text formatting, tables, table styling, responsive images, figures, code blocks, blockquotes, lists, abbreviations, horizontal rules, Reboot CSS reset, or when help is needed styling text, tables, images, and other content elements in Bootstrap.
This skill should be used when the user asks about Bootstrap forms, Bootstrap form controls, Bootstrap input fields, Bootstrap select, Bootstrap checkboxes, Bootstrap radio buttons, Bootstrap switches, Bootstrap range inputs, Bootstrap input groups, Bootstrap floating labels, Bootstrap form validation, Bootstrap form layout, Bootstrap toggle buttons, how to create Bootstrap forms, needs help with form styling and validation in Bootstrap, wants to create a form, add form validation, style form inputs, make an inline form, add floating labels to inputs, create a login form, build a registration form, or validate user input.
This skill should be used when the user asks about Bootstrap helpers, Bootstrap clearfix, Bootstrap color and background helpers, Bootstrap colored links, Bootstrap focus ring, Bootstrap icon link, Bootstrap position helpers, Bootstrap ratio helpers, Bootstrap stacks, Bootstrap stretched link, Bootstrap text truncation, Bootstrap vertical rule, Bootstrap visually hidden, or needs help with Bootstrap helper classes.
| name | testmanagement-create-tests |
| description | Generate and scaffold new manual functional test cases. |
| license | MIT |
| metadata | {"author":"AI","version":"1.0"} |
Follow these instructions when the user wants to create a new manual functional test case through the /test-create workflow.
Ask the user if they want to execute a Light Flow or a Standard Flow when this skill is invoked.
test-management/tests/TEMPLATE.md to ensure you perfectly understand the required formatting structure.test-management/tests/README.md to understand the domain layout and the 9-step creation process.test-management/tests/checkout/TC_CHK_...).tobeautomated tag to the Tags list and ask the user to confirm/decide.overview.md with the new test item.You must act as the orchestrator of the exact 9-step QA process specified in the test-management/tests/README.md.
test-management/tests/TEMPLATE.md and write the initial markdown files into the appropriate directories. Ensure Metadata, Preconditions, Steps, Execution Targets, and Change History are perfectly populated. Proactively identify if the test case is a candidate for future automation, suggest the tobeautomated tag, and explicitly ask the user/creator to decide. Finally, inform the user.test-management/tests/DOMAIN/ISTQB_REVIEW.md) using the exact format defined in test-management/tests/TEMPLATE_ISTQB_REVIEW.md, and provide feedback to the user.overview.md with the new test item, and require explicit sign-off from the user before concluding the domain creation.