watch

Run dotnet watch to build and verify the MotoRent server.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/erymuzuan/motorent --skill watch-erymuzuan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: watch
Source: https://github.com/erymuzuan/motorent/tree/main/.copilot/skills/watch
Command: npx skills add https://github.com/erymuzuan/motorent --skill watch-erymuzuan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill streamlines the development workflow by running dotnet watch to continuously build and run the MotoRent server, surface compile errors early, and automate browser-based feature verification.

Core Features & Use Cases

  • Continuous dotnet watch with auto-build and run
  • Automatic detection of compile errors and guided fix loop
  • In-browser verification using Copilot in Chrome to validate features

Quick Start

Ask Copilot to start dotnet watch in the background and verify features in the browser.

Frequently Asked Questions about watch

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

FAQPage Schema
How do I automate dotnet watch to continuously build and verify my app in the browser?

You can automate dotnet watch by running it in the background to continuously build your server, surface compile errors, and use browser-based verification to validate features. This streamlines the fix-and-verify loop in your development workflow.

What's the best way to handle compile errors during local .NET development?

The best way to handle compile errors is using a guided fix loop that automatically detects issues during the build process, surfaces them early, and helps you resolve them before rebuilding. This ensures continuous validation during development.

Do I need the .NET SDK to run continuous builds and browser verification for my app?

Yes, you need the .NET SDK and proper environment setup to run continuous builds and browser-based feature verification. These prerequisites enable the background automation required to detect errors and validate your application.

Can I use browser-based feature checks for QA workflows in a .NET environment?

Yes, you can perform in-browser verification for QA workflows in a .NET environment by running continuous builds in the background and validating features directly in the browser. This provides automatic error detection and continuous validation.

Why does my dotnet watch build keep failing when I try to verify features?

Your dotnet watch build may keep failing due to unresolved compile errors that the automatic detection system surfaces. You need to follow the guided fix-and-verify loop to resolve these errors before the server can successfully rebuild and run.

What is automated browser verification for local .NET app development?

Automated browser verification for local .NET development is the process of continuously building your server in the background and validating features directly in the browser. It handles compile errors and guides you through a fix-and-verify loop.