一键导入
wiki-editing
Guides contributors when editing wiki documentation files. Provides dependency context, related file suggestions, and style enforcement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Guides contributors when editing wiki documentation files. Provides dependency context, related file suggestions, and style enforcement.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Provides verification gates, feedback reception patterns, and review request workflows. Activates during code review, PR preparation, task completion verification, and before claiming implementation is done. Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.
Enforces component responsibility limits, ownership decisions, and composition patterns when creating, editing, or refactoring React components, TSX/JSX files, or component folders. Activates on component design, splitting, architecture decisions, module organization, and any work involving component structure. Use when creating new components, refactoring growing components, deciding where components live, choosing between props and composition, splitting responsibilities, handling permissions or feature flags in components, sharing UI across features, or organizing modules. Triggers on questions like "how do I design this component", "should I use props or composition", "my component is getting too big", "where does this component belong", "how do I share this between modules". When in doubt about a frontend architecture question, use this skill.
Guides test writing for components, hooks, API integrations, and E2E flows. Activates when creating or editing test files, spec files, or when implementing features that need test coverage. Use when writing unit tests, integration tests, E2E tests, deciding what to test, choosing testing strategies, identifying edge cases, setting up mocks, or evaluating test quality. Triggers on questions like "how do I test this", "what tests do I need", "how do I mock this API", "what edge cases am I missing", "should this be a unit or integration test", "how do I write E2E tests for this flow".
| name | wiki-editing |
| version | 1.0.0 |
| description | Guides contributors when editing wiki documentation files. Provides dependency context, related file suggestions, and style enforcement. |
| triggers | [{"file_changed":"standards/**"},{"file_changed":"playbooks/**"},{"file_changed":"ai/**"},{"file_changed":"workflows/**"},{"file_changed":"principles/**"},{"file_changed":"onboarding/**"},{"file_changed":"skills/**"},{"file_changed":"architecture/**"},{"file_changed":"decision-records/**"}] |
Assist contributors when editing or creating documentation in the Frontend OS wiki. Automatically provides dependency context, suggests related file updates, and enforces writing standards.
Before suggesting or making changes:
.github/wiki-dependencies.yml to understand the dependency graphOutput format:
📋 This file is referenced by:
- playbooks/component-design/build-feature-component.md (implements)
- ai/skills/component-design/SKILL.md (extends)
⚠️ Your change to "layer naming" may affect these files.
Verify the document follows the correct template:
ai/skills/agent_skills_spec.mdEnforce from .github/copilot-instructions.md:
For any TypeScript code blocks:
standards/tech-stack.md versionsfoo, bar, data)When content mentions concepts from other documents:
Always load these for context:
.github/wiki-dependencies.yml — dependency graph.github/copilot-instructions.md — writing style rulesstandards/_template.md — standard document templatestandards/tech-stack.md — current technology versionsUser edits standards/01-architecture/reference/layers.md and renames "core layer" to "foundation layer":
📋 Dependency Impact Analysis:
This file has 6 dependents:
- playbooks/component-design/build-feature-component.md (implements) ← ⚠️ uses "core layer"
- playbooks/component-design/extract-shared-component.md (implements) ← ⚠️ uses "core layer"
- playbooks/component-design/refactor-growing-component.md (implements)
- ai/skills/component-design/SKILL.md (extends) ← ⚠️ references layer names
- standards/code-standards.md (references)
- standards/16-code-organization/README.md (references)
Suggestion: Update "core layer" → "foundation layer" in the 4 flagged files.