ワンクリックで
update-docs
Update project documentation in docs/ to reflect recent code changes, new features, or architectural decisions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Update project documentation in docs/ to reflect recent code changes, new features, or architectural decisions.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run a comprehensive code quality audit and automatically create GitHub issues for every finding. Produces one .md file per issue, creates the GitHub issues with labels, adds them to the project board, then writes an audit-summary.md. Trigger when user asks for a code audit, quality review, tech debt scan, security review, or anti-pattern analysis. Accepts an optional path argument to scope the audit (e.g. /audit src/modules/auth). Without args, audits the full src/ directory.
Guides and best practices for working with Neon Serverless Postgres. Covers setup, local development, connection methods, Neon features, and platform tooling.
Update project documentation in docs/ to reflect recent code changes, new features, or architectural decisions.
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.
Scaffolds NestJS DTOs with class-validator and @nestjs/swagger decorators.
Scaffolds unit tests (.spec.ts) for NestJS Services and Controllers, including automatic mocking of dependencies like UnitOfWork and Repositories.
| name | update-docs |
| description | Update project documentation in docs/ to reflect recent code changes, new features, or architectural decisions. |
Review the recent code changes on the current branch and update the project documentation accordingly.
The docs live in docs/ with this layout:
docs/architecture/ - System design, module architecture, component descriptionsdocs/decisions/ - Architectural decision recordsdocs/workflows/ - Step-by-step flowsdocs/ROADMAP.md - High-level project roadmapgit diff master...HEAD --name-only and read the relevant source files.docs/architecture/docs/decisions/decisions.mddocs/workflows/If a task provides a specific topic, narrow the documentation update to that topic.