front-execute

Automate front-end development by parsing documentation, implementing changes, validating UI, and reviewing code.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/sadie100/claude-dotfiles --skill front-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: front-execute
Source: https://github.com/sadie100/claude-dotfiles/tree/main/skills/front-execute
Command: npx skills add https://github.com/sadie100/claude-dotfiles --skill front-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react-code-reviewer, ui-validator, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for an efficient workflow for front-end development, combining automated implementation, UI validation, and code review into a single pipeline.

Core Features & Use Cases

  • Automated Implementation: Automatically reads and processes documentation to implement changes.
  • UI Validation: Uses UI validation tools to perform automated testing on the front end.
  • Code Review: Integrates with a code review tool to provide feedback on implemented changes.
  • Use Case: Ideal for developers who want to quickly implement new features, validate the UI, and review the code without manually performing each step.

Quick Start

Run the command "/front-execute path/to/document.md" to implement and validate the front end based on the provided documentation.

Frequently Asked Questions about front-execute

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

FAQPage Schema
How do I automate front-end implementation and UI validation from documentation?

You can automate front-end implementation from documentation by running a single command that parses the document, implements the changes, validates the UI, and runs a code review. This pipeline eliminates manual steps for feature deployment.

What is an automated front-end development pipeline with UI validation?

An automated front-end development pipeline is a workflow that reads documentation to implement UI changes, runs automated validation tests, and performs code review. It streamlines feature delivery by removing manual intervention across each stage.

Do I need react-code-reviewer and ui-validator to run automated front-end implementation?

Yes, automated front-end implementation requires react-code-reviewer and ui-validator subagents. These dependencies provide the necessary functionality for executing UI testing and performing automated code review on your implemented changes.

Can I use automated code review and UI validation for React development workflows?

Yes, you can use this pipeline for React development workflows. It integrates react-code-reviewer for code review and ui-validator for automated UI testing, providing feedback on implemented changes directly within your workflow.

What is the best way to streamline front-end development with automated UI testing and code review?

The best way to streamline front-end development is using an automated pipeline that processes documentation to implement features, runs UI validation tools for testing, and integrates code review agents to provide feedback without manual intervention.

Why does automated front-end implementation require separate subagents for UI validation and code review?

Automated front-end implementation requires separate subagents because UI validation and code review are distinct tasks. Using ui-validator for testing and react-code-reviewer for feedback ensures specialized analysis for both UI behavior and code quality.