hr-service-delivery

Automate HR case creation, lifecycle events, and document generation in ServiceNow.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill hr-service-delivery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hr-service-delivery
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/hr-service-delivery
Command: npx skills add https://github.com/groeimetai/snow-flow --skill hr-service-delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates and streamlines the management of Human Resources Service Delivery within ServiceNow, from case creation to lifecycle event management.

Core Features & Use Cases

  • HR Case Management: Create, manage, and process HR cases efficiently.
  • Lifecycle Events: Automate onboarding, offboarding, and other employee lifecycle events.
  • Service Catalog Integration: Integrate with the HR Service Catalog for seamless employee requests.
  • Document Generation: Generate HR documents based on templates and case data.
  • Use Case: Automate the entire onboarding process for new hires, including creating necessary HR cases, assigning tasks, and generating required documents.

Quick Start

Use the hr-service-delivery skill to create a new HR case for a salary verification request.

Frequently Asked Questions about hr-service-delivery

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

FAQPage Schema
How do I automate HR case creation in ServiceNow for onboarding workflows?

Automate onboarding and offboarding workflows in ServiceNow by configuring lifecycle events that trigger task assignments and document generation. This skill manages the entire process using sn_hr_le_lifecycle_event tables.

Can I generate HR documents automatically from ServiceNow case data?

Generate HR documents automatically from ServiceNow case data by applying templates to HR case records. This skill extracts case data to populate and produce required employee documents without manual entry.

Does this skill integrate with the ServiceNow Employee Center for HR service requests?

Yes, this skill integrates with the ServiceNow Employee Center to manage HR service requests. It processes HR catalog items submitted through the Employee Center, routing them into automated cases and lifecycle events.

What is the best way to manage employee offboarding cases in ServiceNow HRSD?

Manage employee offboarding cases in ServiceNow HRSD by automating the lifecycle event workflow. This skill handles case creation, coordinates offboarding tasks across departments, and ensures necessary documentation is generated.

Do I need to use specific ServiceNow HRSD tables to process lifecycle events?

Processing lifecycle events requires specific ServiceNow HRSD tables like sn_hr_core_case and sn_hr_le_lifecycle_event. This skill utilizes these specific tables within the ES5 scripting environment to automate HR workflows.