Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

ai-spec-driven-development

ai-spec-driven-development enthält 10 gesammelte Skills von feel-flow, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
10
Stars
6
aktualisiert
2026-05-07
Forks
1
Berufsabdeckung
2 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

error-handling-standards
Softwareentwickler

Enforces error handling standards: silent error prohibition, custom error class hierarchy (AppError base with ValidationError, NotFoundError, InternalError), Result pattern (Result.ok/Result.fail), proper try-catch with error type checking, structured error logging with context metadata, and HTTP status code mapping. Use when implementing error handling, reviewing catch blocks, or designing error responses.

2026-05-07
code-review-standards
Softwarequalitätssicherungsanalysten und -tester

Enforces project coding standards during code review: naming conventions (PascalCase for classes, camelCase for methods/variables, UPPER_SNAKE_CASE for constants, kebab-case for files), standard file structure, anti-magic-number policy, file size limits (500/800 lines), security patterns, and design patterns. Use when reviewing code, writing new code, or checking adherence to project conventions.

2026-04-27
test-patterns
Softwarequalitätssicherungsanalysten und -tester

Guides test implementation following the test pyramid (75% unit, 20% integration, 5% E2E), Arrange-Act-Assert pattern, and project coverage thresholds (branches 70%, functions 80%, lines 80%, statements 80%). Covers test naming conventions, test independence, mock and stub patterns, test data management with fixtures and builders, and CI integration. Use when writing tests, reviewing test code, or setting up test infrastructure.

2026-04-27
skill-authoring-safety
Softwareentwickler

Creates and reviews agent skills safely by enforcing deletion-prevention harness rules: no fixed absolute temp paths, no cwd-dependent cleanup, no wildcard deletes, no workspace-external file operations, no silent cleanup failures, and mandatory temp-root validation before any destructive command. Use when creating a new skill, updating an existing SKILL.md, or reviewing prompts/runbooks that include temp files, extraction, cleanup, PowerShell, bash, rm, del, Remove-Item, or archive expansion.

2026-04-27
code-review
Softwarequalitätssicherungsanalysten und -tester

プロジェクトガイドラインへの準拠をチェックし、バグ、スタイル違反、コード品質問題を検出する。PRレビュー時に使用。

2026-02-12
code-simplification
Softwareentwickler

機能を保持したまま不要な複雑性を排除し、コードの簡潔性と可読性を向上させる。30行超の関数や3段以上のネスト検出時に使用。

2026-02-12
comment-analysis
Softwarequalitätssicherungsanalysten und -tester

コードコメントの正確性、完全性、長期的な保守性を分析する。JSDoc、コメント、README等のドキュメントが変更された場合に使用。

2026-02-12
error-handler-hunt
Softwarequalitätssicherungsanalysten und -tester

サイレント失敗を検出し、堅牢なエラーハンドリングを確保する。PRレビューでのエラーハンドリング検査時に使用。

2026-02-12
test-analysis
Softwarequalitätssicherungsanalysten und -tester

テスト品質を動作カバレッジの観点から分析し、クリティカルなテストギャップを特定する。テストファイルの追加・変更時に使用。

2026-02-12
type-design-analysis
Softwareentwickler

型設計の品質と不変性を4軸スコアで分析する。interface, type, class の追加・変更時に使用。

2026-02-12