update

Update project documentation files and merge changes into GitHub main branch.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/dzineer/dzineer-computer-claude-skills --skill update-dzineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update
Source: https://github.com/dzineer/dzineer-computer-claude-skills/tree/main/update
Command: npx skills add https://github.com/dzineer/dzineer-computer-claude-skills --skill update-dzineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of updating project documentation and synchronizing these changes with a GitHub repository, ensuring your project's documentation remains current and accessible.

Core Features & Use Cases

  • Automated Documentation Updates: Updates key project files like CHANGELOG.md, HISTORY.md, STYLEGUIDE.md, DESIGN.md, COMPONENTS.md, README.md, and ARCHITECTURE.md.
  • GitHub Synchronization: Pushes updated documentation to GitHub, creates a Pull Request, and merges it with the main branch.
  • Use Case: After completing a new feature, use this Skill to automatically update the relevant documentation files and push the changes to your main branch on GitHub.

Quick Start

Run the update skill to refresh all project documentation and push the changes to GitHub.

Frequently Asked Questions about update

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

FAQPage Schema
How do I automatically update project documentation and push to GitHub?

This Skill updates project documentation like CHANGELOG and README files, then synchronizes the changes to GitHub by creating a pull request and merging it into the main branch without restarting services.

What is the best way to sync a CHANGELOG update to a GitHub main branch?

Syncing a CHANGELOG to a main branch is done by modifying the documentation files, pushing the changes to GitHub, creating a pull request, and merging it directly without restarting any active services.

Which documentation files are automatically updated when synchronizing project records?

The documentation files updated include CHANGELOG, HISTORY, STYLEGUIDE, DESIGN, COMPONENTS, README, and ARCHITECTURE files. These records are updated to keep your project documentation current and accessible.

Does merging documentation updates via pull request restart my running services?

Merging documentation updates via a pull request does not restart running services. This Skill synchronizes the documentation changes to the main branch without triggering any service restarts.

Can I use this to update project documentation after completing a new feature?

Yes, you can use this to update project documentation after completing a new feature. It automatically refreshes relevant records like ARCHITECTURE and COMPONENTS files, then pushes the updates directly to your GitHub repository.