用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/J-Pster/Psters_AI_Workflow --skill docs-maintenance-after-work命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Per-repo commit worker. Analyzes ALL changed files independently, groups them by ticket, and makes MULTIPLE focused commits — one per logical group. Spawned in parallel by /pwf-commit-changes (one instance per repo). Never create branches or push.
Commit uncommitted changes across all workspace repos and tag commits with ticket numbers. Each repo gets its own subagent that analyzes files individually, groups them by ticket, and makes multiple focused commits. Use when the user pastes issue text (with TICKET-XXX) and wants to commit, or says "commit with these tickets" / "commit my changes".
Deploy AWS Lambdas using the guaranteed deploy scripts only. Never deploy via IAC (CDK). Requires AWS SSO login first. Use when deploying any AWS Lambda repo.
基于 SOC 职业分类
正在显示 SKILL.md
| name | docs-maintenance-after-work |
| description | Run standardized post-implementation documentation maintenance and quality checks. |
Use this skill after implementation to keep project docs synchronized with reality and prevent drift.
/pwf-work execution./pwf-work-plan phase execution.doc-shepherd (always).plan-sync when work maps to an active plan/work-plan context.backend-module-doc-writerfrontend-feature-doc-writerlambda-doc-writerpattern-extractor when a reusable pattern emerged.doc-shepherd -> agents/docs/doc-shepherd.mdplan-sync -> agents/docs/plan-sync.mdbackend-module-doc-writer -> agents/docs/backend-module-doc-writer.mdfrontend-feature-doc-writer -> agents/docs/frontend-feature-doc-writer.mdlambda-doc-writer -> agents/docs/lambda-doc-writer.mdpattern-extractor -> agents/docs/pattern-extractor.mddiff — relevant git diff for implementation scopechanged_files — modified/created/deleted file listwork_summary — short implementation summaryBefore claiming completion: