dev-agent

Automates the full MLDSP pipeline for bug-fix and feature-request TDD in JavaScript/TypeScript repos.

114|13|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/frumu-ai/tandem --skill dev-agent-frumu-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-agent
Source: https://github.com/frumu-ai/tandem/tree/main/resources/skill-templates/dev-agent
Command: npx skills add https://github.com/frumu-ai/tandem --skill dev-agent-frumu-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire software development lifecycle for a given task, from analyzing a repository to implementing changes, running tests, and optionally committing the code.

Core Features & Use Cases

  • Repository Analysis: Understands the structure and context of a code repository.
  • Automated Planning: Generates an execution plan for the given task.
  • Code Implementation & Testing: Writes code to fulfill the task and verifies it with tests.
  • Optional Committing: Can commit the changes directly to the repository.
  • Use Case: Fix a bug reported in the issue tracker by analyzing the codebase, implementing the fix, running the relevant tests, and committing the solution.

Quick Start

Use the dev-agent skill to fix this bug in my repo.

Frequently Asked Questions about dev-agent

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

FAQPage Schema
How do I automate bug fixes and feature implementation in my git repository?

Automating bug fixes and feature implementation requires a tool that analyzes your git repository, generates an execution plan, writes code, runs tests, and optionally commits changes directly. This handles the entire development workflow end-to-end.

Can AI automatically write code and run tests for a specific development task?

Yes, AI can automatically write code and run tests for a specific task. It analyzes the repository structure, implements the required logic, and verifies the changes by executing tests to ensure the code functions correctly before any optional commit.

What is the best way to plan and execute coding tasks across an existing codebase?

The best way to plan and execute coding tasks across an existing codebase is to use an automated workflow. This involves analyzing repository context, generating an execution plan, implementing code changes, and verifying results with tests to ensure seamless integration.

Does automated coding workflow support shell, filesystem, and webfetch tools?

Yes, automated coding workflows support shell, filesystem, and webfetch tools for comprehensive development tasks. This integration allows the system to interact directly with the repository structure, execute commands, and fetch external context during code implementation.

How do I commit code changes automatically after fixing an issue?

To commit code changes automatically after fixing an issue, use an automated development workflow that implements fixes and runs tests. Once tests pass, the workflow can optionally commit the verified changes directly to your git repository.