review-push-init

Generate test.sh and lint.sh scripts from AGENTS.md project configurations.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/yogogml0035-cpu/Assets --skill review-push-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-push-init
Source: https://github.com/yogogml0035-cpu/Assets/tree/main/xquant-learning-notes/.agents/skills/review-push-init
Command: npx skills add https://github.com/yogogml0035-cpu/Assets --skill review-push-init

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the initialization or update of the review-push verification scripts, saving time and reducing the chance of errors when adapting to new projects or changes in validation rules.

Core Features & Use Cases

  • Script Generation: Generates test.sh and lint.sh scripts tailored to the project's specific requirements.
  • Configuration: Reads project configurations from AGENTS.md, package.json, and other project files.
  • Use Case: Ideal for new projects or when validation rules change, ensuring that review-push is properly adapted for the project's context.

Quick Start

Run the review-push-init skill within the project root to generate the necessary scripts.

Frequently Asked Questions about review-push-init

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

FAQPage Schema
How do I generate verification scripts for project automation?

You generate verification scripts by running the initialization process in your project root, which reads configurations from AGENTS.md and package.json to produce tailored test.sh and lint.sh files for project automation.

What is the best way to update validation rules when project configurations change?

Updating validation rules is best handled by re-running the initialization process, which reads updated configurations from AGENTS.md and package.json to adapt your verification scripts to the new rules.

Can I use automated script generation for monorepo projects?

Yes, you can use automated script generation for monorepo projects. The process explicitly supports both monorepos and non-monorepos, ensuring the generated verification scripts adapt to the specific structure and rules.

Does the script initialization read configurations from AGENTS.md?

Yes, script initialization reads configurations directly from AGENTS.md. It parses AGENTS.md and package.json to determine the specific validation rules required to generate or update the verification scripts.

Why do I need to initialize test and lint scripts for my repository?

You need to initialize test and lint scripts to automate project validation and reduce errors. This ensures your review-push verification process matches project-specific rules without requiring manual script writing.

What are the limitations of automated verification script generation?

The limitation of automated verification script generation is its dependency on existing project configurations. Without properly defined rules in AGENTS.md or package.json, the generated test.sh and lint.sh scripts may not fully cover your validation needs.