generate-output
從經驗證的需求生成生產就緒的交付物
將經驗證的需求轉換為可直接投入生產的程式碼、文檔、測試和內容。此技能會自動套用您的專案標準和模式,以確保所有交付物的一致性。
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "generate-output". Generate a searchable dropdown React component with keyboard navigation following my TypeScript standards.
Erwartetes Ergebnis:
- Complete TypeScript component with interface definitions and type safety
- Keyboard event handlers for arrow navigation, enter selection, and escape close
- PropTypes validation and JSDoc comments on complex functions
- Storybook story file with multiple usage examples
- Error boundary for graceful failure handling
Verwendung von "generate-output". Create documentation for the user authentication API endpoints.
Erwartetes Ergebnis:
- Overview section explaining authentication flow and token lifecycle
- Detailed endpoint specifications with request-response examples
- Troubleshooting section for common error codes and resolutions
- Security best practices and rate limiting information
- Code examples in multiple languages showing proper usage
Sicherheitsaudit
SicherThis is a pure prompt-based documentation skill with no executable code. All static findings are false positives triggered by documentation text and JSON metadata. The skill contains only markdown documentation describing a workflow for generating deliverables based on user standards.
Risikofaktoren
🌐 Netzwerkzugriff (1)
📁 Dateisystemzugriff (1)
⚙️ Externe Befehle (4)
Qualitätsbewertung
Was du bauen kannst
建構程式碼功能
根據規格建立具有正確類型、錯誤處理和內聯文檔的生產就緒元件和模組。
產生文檔
生成具有清晰範例、疑難排解指南和一致格式化標準的結構化文檔。
建立測試覆蓋
建構包含設定、拆卸、正向路徑和邊緣情況驗證邏輯的全面測試套件。
Probiere diese Prompts
Use generate-output skill to create a React button component with click handlers. Load standards from my project.
Use generate-output skill for Documentation project type. Document the POST /users endpoint with request params, response format, and error codes.
Use generate-output skill for Test Suite project type. Create tests for AuthService class including authentication success, failure, and token expiry scenarios.
Use generate-output skill for Refactoring type. Refactor UserManager class to apply SOLID principles from my standards. Show before-after code and explain each improvement.
Bewährte Verfahren
- 在生成之前始終載入專案標準,以符合現有程式碼庫的慣例和模式
- 包含所有必要的支援元素,如類型、錯誤處理、註釋和使用範例
- 在呈輸出之前,根據使用者定義的原則和反模式自我檢查交付物
Vermeiden
- 在諮詢專案特定標準和常見模式之前就生成交付物
- 對於複雜邏輯區塊省略錯誤處理、驗證或類型安全
- 建立需要大量額外工作才能使用的 incomplete 輸出