change-request

Create and manage Freshservice IT Change Requests from markdown documents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/NCLGISA/trellis-catalog --skill change-request-nclgisa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change-request
Source: https://github.com/NCLGISA/trellis-catalog/tree/main/bridges/freshservice/skills/change-request
Command: npx skills add https://github.com/NCLGISA/trellis-catalog --skill change-request-nclgisa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, documenting, and managing IT Change Requests within Freshservice, ensuring infrastructure changes are properly recorded and approved.

Core Features & Use Cases

  • Automated CR Creation: Generate Freshservice Change Requests directly from Tendril-driven infrastructure work.
  • CMDB Integration: Automatically link affected servers to their corresponding assets in the Freshservice CMDB.
  • Structured Documentation: Ensures all necessary details like problem statements, implementation plans, and rollback procedures are captured.
  • Use Case: After completing a server upgrade using Tendril, use this Skill to automatically create a Change Request in Freshservice, detailing the work done, affected servers, and rollback plan.

Quick Start

Use the change-request skill to create a new change request for the recent database upgrade on server db-prod-01.

Frequently Asked Questions about change-request

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

FAQPage Schema
How do I automate IT change request creation in Freshservice from markdown?

Automating Freshservice change requests from markdown involves parsing the markdown documents with Python scripts and interacting with the Freshservice API to automatically generate the change tickets.

Can I link CMDB assets to a Freshservice change request automatically?

Yes, you can link CMDB assets automatically by parsing infrastructure change details and using the Freshservice API to associate affected servers with their corresponding CMDB assets.

What do I need to manage infrastructure changes in Freshservice via API?

To manage infrastructure changes in Freshservice via API, you need a valid Freshservice API key for authentication and Python scripts to parse your markdown documentation and handle the API interactions.

What is the best way to document rollback procedures in Freshservice change tickets?

The best way to document rollback procedures in Freshservice change tickets is to parse structured markdown files that capture implementation plans and rollback steps, then map them directly into the change request fields via API.

Does this Freshservice change request automation handle the full change lifecycle?

Yes, this automation handles the full change lifecycle by creating the change request, linking CMDB assets, documenting implementation plans, and managing the ticket through planning to closure using the Freshservice API.