validate-update-push

Validate code, update documentation, and push changes to Git.

7|1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/Nirusan/claude-config --skill validate-update-push
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-update-push
Source: https://github.com/Nirusan/claude-config/tree/main/skills/validate-update-push
Command: npx skills add https://github.com/Nirusan/claude-config --skill validate-update-push

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the final steps of a development task by automating validation, documentation updates, progress tracking, and code pushing, ensuring a clean and consistent workflow.

Core Features & Use Cases

  • Automated Validation: Runs configured linting, build, and test scripts.
  • Documentation Updates: Updates CLAUDE.md and memory-bank/ files.
  • Progress Tracking: Updates task progress based on an implementation plan.
  • Git Operations: Stages, commits, and pushes all changes.
  • Use Case: When you've completed a feature, use this skill to ensure everything is working, documented, and committed before ending your session.

Quick Start

Run the validate-update-push skill to complete your work.

Frequently Asked Questions about validate-update-push

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

FAQPage Schema
How do I automate code validation and Git push at the end of a development session?

Automating code validation and Git push involves running configured linting and test scripts, updating documentation files, and staging, committing, and pushing changes to Git sequentially. This workflow handles those steps for end-of-session finalization.

What is the best way to update documentation and track progress before pushing to Git?

Updating documentation and tracking progress before a Git push is handled by modifying CLAUDE.md and memory-bank/ files, while task progress is updated based on the implementation plan. This ensures a clean and consistent workflow state.

Can I run validation scripts and update memory-bank files in a single workflow?

Yes, you can run validation scripts and update memory-bank files in a single workflow. The process integrates validation scripts, documentation generation tools, and the Git command-line interface to execute these actions sequentially.

Does this workflow require specific validation or documentation tools to function?

The workflow requires integration with validation scripts, documentation generation tools, and the Git command-line interface. It relies on these components to execute the automated sequential process for finalizing development tasks.

Why should I use an automated workflow for finalizing features instead of manual Git commands?

Using an automated workflow for finalizing features ensures a clean and consistent workflow by streamlining the final steps of validation, documentation updates, progress tracking, and pushing code, which reduces manual error and skips forgotten steps.