document-release

Review and synchronize project documentation files after code releases.

1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/giljae/gstack-antigravity --skill document-release-giljae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-release
Source: https://github.com/giljae/gstack-antigravity/tree/main/gstack-origin/document-release
Command: npx skills add https://github.com/giljae/gstack-antigravity --skill document-release-giljae

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of updating and synchronizing project documentation to reflect recent changes, ensuring accuracy and consistency.

Core Features & Use Cases

  • Documentation Synchronization: Reads project documentation files such as README, ARCHITECTURE, and contributing guides, then updates them to match the latest shipped code and features.
  • Change Verification: Analyzes recent diffs to identify which documentation sections need revision or confirmation.
  • Use Case: After shipping a new feature, automatically update the README and other docs to include the latest instructions and descriptions with minimal manual effort.

Quick Start

Run the document-release skill to review and update all relevant docs, ensuring they match the latest project state.

Frequently Asked Questions about document-release

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

FAQPage Schema
How do I synchronize project documentation after a code release?

Documentation synchronization after a code release is automated by analyzing recent diffs to identify which README, architecture, and contributing guide sections needing revision to match the latest shipped features.

What is the best way to update user guides to reflect recent code changes?

Updating user guides is handled by analyzing recent code diffs to verify changes, automatically revising documentation files to ensure consistency with newly shipped features and improve overall documentation reliability.

Can I automatically identify which documentation sections need revision after shipping?

Yes, identifying documentation sections for revision is achieved by analyzing recent code diffs to detect changes and verifying which specific parts of user guides or architecture diagrams require updates.

How does documentation synchronization work for project management files?

Documentation synchronization works by reading project management files like contributing guides and architecture diagrams, then updating them to accurately reflect the latest project state after shipping.

When do I need to update architecture diagrams and contribution instructions?

Architecture diagrams and contribution instructions need updating after shipping new features, ensuring they match the latest code changes and maintaining accurate documentation for project contributors and users.