aurora-hr-schedule-operator

Automate single-day shift assignments in Aurora HR via Playwright.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/bibo1243/claw_memory --skill aurora-hr-schedule-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aurora-hr-schedule-operator
Source: https://github.com/bibo1243/claw_memory/tree/main/skills/aurora-hr-schedule-operator
Command: npx skills add https://github.com/bibo1243/claw_memory --skill aurora-hr-schedule-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the single-day shift assignment for employees in Aurora HR, ensuring a deterministic, auditable process that saves time and prevents manual errors.

Core Features & Use Cases

  • Automatically add employees to the schedule grid, infer the correct scheduling cycle for the target date, set the desired shift code, and save.
  • Verify the saved changes by reloading the page and re-checking the DaysInfo against the target date, with a screenshot captured for auditing.
  • Supports one or multiple employees on a single date, and can be extended to batch multiple dates by splitting into separate runs.

Quick Start

Run the script with the target date, shift code, optional shift name, and one or more employees to apply and verify a single-day shift.

Frequently Asked Questions about aurora-hr-schedule-operator

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

FAQPage Schema
How do I automate single-day shift assignment for employees in Aurora HR?

You can automate single-day shift scheduling in Aurora HR by running a Playwright script that logs in, navigates to the schedule grid, infers the correct cycle, assigns the shift code, and saves. The script verifies changes by reloading and capturing a screenshot for auditing.

How does Playwright verify shift schedule changes in Aurora HR?

Playwright verifies shift schedule changes in Aurora HR by reloading the HRHB007S00.aspx page and re-checking the DaysInfo against the target date. A screenshot is captured during this verification step to provide an auditable record of the applied shift assignment.

Can I assign a single shift code to multiple employees at once in Aurora HR?

Yes, you can assign a single shift code to multiple employees on the same date in Aurora HR. The automation script supports adding one or more employees to the schedule grid for a specific day, applying the shift, and verifying the save for the entire group.

Do I need Playwright to automate shift scheduling on the HRHB007S00.aspx page?

Yes, Playwright is required to automate shift scheduling on the HRHB007S00.aspx page. It drives the deterministic UI actions needed for login, navigation, cycle inference, and applying shift codes, ensuring reliable interaction with the Aurora HR web interface.

What are the limitations of automating Aurora HR shift edits with this approach?

The limitation of this Aurora HR shift automation is that it handles single-day shift assignments only. To schedule multiple dates, you must split the task into separate script runs, each processing one specific date and shift code for the targeted employees.