manage-freeze-windows

Manage Harness deployment freeze windows through the MCP v2 server.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/thisrohangupta/cursor-harness-plugin --skill manage-freeze-windows-thisrohangupta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-freeze-windows
Source: https://github.com/thisrohangupta/cursor-harness-plugin/tree/main/skills/manage-freeze-windows
Command: npx skills add https://github.com/thisrohangupta/cursor-harness-plugin --skill manage-freeze-windows-thisrohangupta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires harness-mcp-v2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for efficient management of Harness deployment freeze windows, enabling users to create, list, update, and delete project-level freeze windows with ease.

Core Features & Use Cases

  • Create and List Freeze Windows: Build and manage project-level deployment freeze windows.
  • Toggle Freeze Windows: Enable or disable freeze windows with a single command.
  • Global Freeze Management: Control the project-level global freeze state.
  • Use Case: When you need to enforce change freezes for releases, holidays, or maintenance, this Skill provides the necessary tools to pause deployments effectively.

Quick Start

To list all enabled freeze windows in your project, use the command: /manage-freeze-windows list --status enabled

Frequently Asked Questions about manage-freeze-windows

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

FAQPage Schema
How do I set up a deployment freeze window in Harness?

You can create a deployment freeze window in Harness by using this Skill to establish project-level freeze windows via the Harness MCP v2 server. This enables you to enforce change freezes for releases, holidays, or maintenance periods.

What is a deployment freeze window used for?

A deployment freeze window is used to enforce change freezes and release blackouts during holidays or maintenance. This Skill provides the necessary tools to pause deployments effectively and prevent unwanted changes in your Harness environment.

Do I need the Harness MCP v2 server to manage change freezes?

Yes, you need the Harness MCP v2 server and appropriate permissions to manage change freezes with this Skill. It handles project-level freeze windows and global freeze state operations through the MCP v2 integration.

Can I toggle a maintenance window on and off in Harness?

Yes, you can enable or disable a maintenance window in Harness. This Skill allows you to toggle project-level freeze windows with a single command and manage the global freeze state as needed.

How do I list all active release blackouts in my project?

You can list all active release blackouts by running the /manage-freeze-windows list --status enabled command. This queries the Harness MCP v2 server to return all currently enabled project-level freeze windows.

What are the limitations of managing freeze windows with this approach?

A key limitation is that it only manages project-level freeze windows and the global freeze state. It requires the Harness MCP v2 server and appropriate permissions, meaning it cannot operate outside its designated project scope.