Batch Script Utilities - DAKIA Academy

Automate Git operations and development workflows on Windows using batch scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/nguyenquy0710/dakia-academy --skill batch-script-utilities-dakia-academy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Batch Script Utilities - DAKIA Academy
Source: https://github.com/nguyenquy0710/dakia-academy/tree/main/.bin
Command: npx skills add https://github.com/nguyenquy0710/dakia-academy --skill batch-script-utilities-dakia-academy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates common and repetitive Git operations and development tasks, reducing manual effort and potential errors for Windows users.

Core Features & Use Cases

  • Git Automation: Scripts for fetching, pulling, cleaning, and managing branches.
  • Development Workflow: Utilities to start the development server with optional quality checks (formatting, linting, testing).
  • Use Case: A developer can use a single command to fetch all remote updates, merge the main branch into their feature branch, and then run all code quality checks before pushing their changes.

Quick Start

Run the run-dev.bat script with the --format and --lint options to format code and run the linter before starting the development server.

Frequently Asked Questions about Batch Script Utilities - DAKIA Academy

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

FAQPage Schema
How do I automate git fetching and merging branches on Windows?

Batch scripts automate git fetching and merging branches on Windows by running a single command to fetch all remote updates and merge the main branch into your feature branch, reducing manual effort.

Can I run code quality checks before starting my Node.js development server?

Yes, you can run code quality checks before starting your Node.js development server by executing the run-dev.bat script with options like --format and --lint to apply formatting and run the linter.

Does this batch utility work with MongoDB and npm workflows?

The batch utility works with MongoDB and npm workflows by supporting Git, Node.js, npm, and MongoDB services to start development servers and manage project development tasks on Windows.

What is the best way to clean up local git repositories using batch scripts?

The best way to clean up local git repositories using batch scripts is to run the provided cleaning utilities that automate repository cleanup and branch management for Windows development workflows.

Do I need any specific dependencies installed to use these Windows development workflow scripts?

You need Git, Node.js, npm, and MongoDB installed to fully utilize these Windows development workflow scripts, as they integrate these services for starting development servers and managing project tasks.