development-workflow

Enforce Python and TypeScript tests, linting, and Git branch conventions for AG3NT development.

9|2|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/AP3X-Dev/AG3NT --skill development-workflow-ap3x-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development-workflow
Source: https://github.com/AP3X-Dev/AG3NT/tree/main/dev-guide/development-workflow
Command: npx skills add https://github.com/AP3X-Dev/AG3NT --skill development-workflow-ap3x-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams align on standardized development workflows for AG3NT, covering testing, Git practices, code contributions, and quality standards to speed up reliable software delivery.

Core Features & Use Cases

  • Standardized testing routines for Python and TypeScript components.
  • Clear Git branching, PR, and code review practices to ensure safe collaboration.
  • Documentation and contribution guidelines to accelerate feature work and releases.
  • Use Case: A new feature is implemented by forking/modifying code, running unit and integration tests, and submitting a PR that passes linting and tests.

Quick Start

Start the local AG3NT environment, run the test suite, and verify contribution guidelines before submitting changes.

Frequently Asked Questions about development-workflow

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

FAQPage Schema
How do I standardize Git workflows and testing for Python and TypeScript code contributions?

You can enforce Python and TypeScript testing standards by running the test suite locally, verifying linting compliance, and checking contribution guidelines before submitting a pull request for code review.

What Git branching and PR practices should I follow for AG3NT feature implementation?

For AG3NT feature implementation, Git branching and PR practices involve forking and modifying code, adhering to branch naming conventions, and submitting a pull request that passes linting and tests to ensure safe collaboration during code reviews.

Do I need to run local tests before submitting a code contribution?

Yes, you need to run local tests before submitting a code contribution. The workflow requires starting the local environment, running the test suite, and verifying contribution guidelines to ensure changes pass linting and tests prior to a pull request.

How does linting integrate into the development workflow for release preparation?

Linting integrates into the development workflow by enforcing code quality standards during local development and feature implementation, ensuring that all code changes pass linting checks before being merged for release preparation.

What is the best way to manage CI and code reviews for standardized development workflows?

The best way to manage CI and code reviews for standardized development workflows is to apply clear Git practices, enforce Python and TypeScript testing routines, and verify contribution guidelines to accelerate feature work and releases.