project-complete

Validate completion prerequisites, archive proposals, generate changelogs, and push git updates.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/user-no-found/ai-synergy --skill project-complete
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-complete
Source: https://github.com/user-no-found/ai-synergy/tree/main/claude/agents/plan-agent/skills/project-complete
Command: npx skills add https://github.com/user-no-found/ai-synergy --skill project-complete

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

此技能解决在项目完成阶段的纳档、变更日志生成以及提交并推送等收尾工作的一致性和可追踪性问题。

Core Features & Use Cases

  • 前置校验与验证:在归档前确认所有前提条件是否满足(代码审核通过、安全检查通过、所有提案状态为 accepted)。
  • 端到端收尾:对符合条件的 OpenSpec 提案执行归档、生成变更日志、执行提交并推送,以及更新项目状态。
  • 可审计记录:更新记忆与记录,保留完整操作轨迹,便于治理和回滚。

Quick Start

当用户发出“项目完成”信号时,执行归档、变更日志生成和推送更新。

Frequently Asked Questions about project-complete

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project completion tasks like archiving and changelog generation?

Automating project completion involves validating prerequisites like passed code reviews and security scans, then executing OpenSpec proposal archival, changelog generation, and git push sequentially to ensure consistent end-of-project workflows.

What are the prerequisites for archiving OpenSpec proposals at project completion?

Prerequisites for archiving OpenSpec proposals include completing code reviews, passing security scans, and ensuring all proposals have an accepted status before the workflow automation can execute the archival process.

Can I use AI-signed commits when pushing the changelog and project updates?

AI-signed commits are not allowed during the project completion push; the workflow enforces standard git workflows and safety rules that prohibit AI-signed commits while executing archival and changelog operations.

How does a changelog generation workflow maintain auditability for archived projects?

Changelog generation workflows maintain auditability by updating memory and records with complete operation traces during archival and git push, allowing for straightforward project governance and rollback.

Does the project completion workflow require manual intervention after triggering?

No manual intervention is required after triggering; the workflow automatically validates completion prerequisites, archives accepted OpenSpec proposals, generates the changelog, and pushes the updates via standard git workflows.

When should I not use an automated workflow for project completion and archival?

You should not use automated project completion workflows if your proposals are not fully accepted, security scans have failed, or code reviews are incomplete, as the validation step will block the archival and push process.