code-assist

Installation
SKILL.md

AI-Assisted ServiceNow Code Generation

Overview

This skill covers AI-assisted code generation for the core ServiceNow server-side and client-side scripting artifacts:

  • Business rules (sys_script): Server-side logic triggered by database operations
  • Client scripts (sys_script_client): Browser-side logic for form interactions
  • Script includes (sys_script_include): Reusable server-side JavaScript libraries
  • UI scripts (sys_ui_script): Global client-side JavaScript libraries
  • Applying ServiceNow scripting best practices and API conventions
  • Generating code with proper GlideRecord, GlideSystem, and GlideAjax patterns

When to use: When creating new server or client scripts, refactoring existing code, implementing business logic, or generating boilerplate for common ServiceNow patterns.

Prerequisites

  • Roles: admin or personalize_script for business rules; admin for script includes
  • Access: sys_script, sys_script_include, sys_ui_script, sys_script_client tables
Related skills
Installs
3
GitHub Stars
23
First Seen
14 days ago