automation-dev

Orchestrate Git operations, MCP tooling, and packaging in development workflows.

2|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/leon30083/wenjing-aigc --skill automation-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: automation-dev
Source: https://github.com/leon30083/wenjing-aigc/tree/main/.claude/skills/automation-dev
Command: npx skills add https://github.com/leon30083/wenjing-aigc --skill automation-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates and automates development workflows by orchestrating Git operations, MCP tooling, documentation transformation, and packaging steps, reducing repetitive manual tasks and improving reproducibility.

Core Features & Use Cases

  • Git operations automation: streamline PRs, issues, and repository management using Gh CLI and GitHub API tooling.
  • MCP tooling integration: coordinate Chrome DevTools, Context7, Memory, Z-Read, Web Search, ZAI MCP, and Fetch for workflow tasks.
  • Documentation processing: automate markdown conversion, reference extraction, and structured documentation workflows.
  • Code packaging & security: run safe packaging with repomix, perform secret scanning, and produce shareable bundles.
  • Skill creation & onboarding: scaffold and customize Claude Skills, including SKILL.md and resource bundles.
  • Use Case: initialize a new automation skill, transform project docs, and generate a clean package ready for distribution.

Quick Start

Run the initialization script to scaffold the automation-dev skill, then tailor SKILL.md and populate scripts/, references/, and assets/ as needed.

Frequently Asked Questions about automation-dev

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

FAQPage Schema
How do I automate Git operations and documentation conversion in a development workflow?

Automating development workflows involves orchestrating Git operations, MCP tooling, and documentation conversion into a single pipeline. This Skill coordinates tasks from code initialization to markdown transformation and secure packaging to reduce repetitive manual steps.

Can I use MCP tooling to coordinate Chrome DevTools and Web Search for cross-repo pipelines?

Yes, MCP tooling integration coordinates Chrome DevTools, Context7, Memory, Web Search, and Fetch for workflow tasks. It orchestrates these components to automate tasks across software projects and cross-repo pipelines.

What is the best way to package code securely and scan for secrets before distribution?

Secure packaging requires running repomix to bundle the project and performing secret scanning to detect sensitive data. This process produces shareable bundles that are safe for distribution across development pipelines.

Does the documentation processing feature support markdown conversion and reference extraction?

Documentation processing supports markdown conversion, reference extraction, and structured documentation workflows. It transforms project docs automatically as part of the end-to-end development pipeline orchestration.

Do I need Python-based tooling and a structured skill bundle to scaffold a new Claude Skill?

Yes, scaffolding a new Claude Skill requires Python-based tooling and a structured skill bundle. You populate scripts, references, and assets directories, then tailor the SKILL.md file to enable modular automation.

How do I streamline pull requests and repository management using GitHub API tooling?

Streamlining pull requests and repository management uses Gh CLI and GitHub API tooling to automate Git operations. This orchestrates issue tracking and PR handling directly within the development workflow.