بنقرة واحدة
groundwork-check
Validate the Groundwork plugin for common issues. Usage /groundwork:groundwork-check
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Validate the Groundwork plugin for common issues. Usage /groundwork:groundwork-check
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
This skill should be used when the user wants to switch between projects in a monorepo - lists projects from .groundwork.yml and sets the active project
Generate implementation tasks from architecture document. Usage /groundwork:create-tasks
Create detailed product requirements document (PRD) for a feature. Usage /groundwork:design-product
Create design system with foundations, brand identity, and UX patterns. Usage /groundwork:ux-design
Build a feature from description with worktree isolation and TDD. Usage /groundwork:build-unplanned "Add user login"
Verify alignment between code and specs. Usage /groundwork:check-specs-alignment
| name | groundwork-check |
| description | Validate the Groundwork plugin for common issues. Usage /groundwork:groundwork-check |
| allowed-tools | ["Bash","Read","Skill"] |
| disable-model-invocation | true |
Validates the Groundwork plugin installation and reports any issues.
Run the plugin validation script:
node "${CLAUDE_PLUGIN_ROOT}/lib/validate-plugin.js"
Present the validation results to the user:
For any issues found, suggest specific fixes:
| Issue Type | Suggested Fix |
|---|---|
| Missing frontmatter | Add --- delimited YAML at file start |
Literal \n in description | Use YAML block scalar (|) |
| Non-standard field | Remove field or document exception |
| allowed_tools | Change to allowed-tools (hyphen) |
| @ syntax | Use explicit file paths |
| Missing execute permission | Run chmod 755 on script |
If issues are found, offer to automatically fix simple issues:
Ask user before making any changes.