tdyar/objectscript-guardrails

Enforce HARD GATE checklist validation for ObjectScript code before display or execution.

27|10|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/intersystems-community/iris-dev --skill tdyar-objectscript-guardrails
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdyar/objectscript-guardrails
Source: https://github.com/intersystems-community/iris-dev/tree/main/light-skills/skills/objectscript-guardrails
Command: npx skills add https://github.com/intersystems-community/iris-dev --skill tdyar-objectscript-guardrails

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ObjectScript code often escapes critical safety checks during rapid development, leading to errors, security gaps, and maintenance challenges. This Skill provides a hard-gate guardrail that requires a verified checklist before any ObjectScript code is shown or executed.

Core Features & Use Cases

  • Enforces a rigorous HARD GATE checklist for ObjectScript reviews to prevent unsafe patterns from being displayed.
  • Guides developers through best practices (error handling, security, and clean coding standards) before code is released or displayed.
  • Useful in code-review workflows, automated code generation, and mentor-review scenarios where ObjectScript quality is non-negotiable.

Quick Start

Run the hard-gate guardrails check on your ObjectScript code before sharing it with users.

Frequently Asked Questions about tdyar/objectscript-guardrails

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

FAQPage Schema
How do I enforce safety checks for ObjectScript code in InterSystems IRIS?

To enforce safety checks for ObjectScript code, apply a hard-gate guardrail that requires a verified checklist before any code is shown or executed, preventing unsafe patterns during code generation and review workflows.

What is a hard-gate guardrail for ObjectScript code reviews?

A hard-gate guardrail for ObjectScript is a structured validation system that ensures code complies with a rigorous checklist, blocking unsafe or unreviewed content from being displayed or executed in InterSystems IRIS environments.

Can I use automated guardrails to prevent common ObjectScript anti-patterns?

Yes, you can use automated guardrails to prevent common ObjectScript anti-patterns by applying explicit validation rules and error handling expectations that block unsafe coding standards before code is released.

Does this ObjectScript guardrail work for automated code generation workflows?

Yes, this ObjectScript guardrail works for automated code generation workflows by requiring a verified safety checklist before displaying or executing generated content, ensuring compliance across InterSystems IRIS environments.

What are the limitations of using a hard-gate checklist for ObjectScript reviews?

The limitation of using a hard-gate checklist for ObjectScript reviews is that it strictly prevents code from being shown or executed until all validation rules are satisfied, which may slow down rapid development cycles.