Orwa Mahmoud
Community@orwa-mahmoud · Dubai, UAE
Sr. Software Engineer · Agentic AI & Enterprise Platforms
Agent Skills by Orwa Mahmoud
Showing 13 vetted skills indexed across 1 GitHub repositories.
schedule
Generates launchd, cron, or Task Scheduler configs to start a Nightshift shift at a fixed time.
archive
Files finished shift records into dated archive folders while keeping live state lean.
quality
Compose and run shifts that work a project's quality debt including tests, coverage, and dependencies.
hunt
Compose a timed coding shift from a ready catalog of work entries for review or direct execution.
reset
Removes runtime markers and deadlines while preserving punch lists, receipts, and evidence.
doctor
Diagnose Nightshift workspace state, markers, leases, and policies without modifying anything.
setup
Scaffolds the .nightshift workspace and configures quality gates for unattended agent shifts.
start
Arms and launches a Nightshift coding shift from the existing punch list without prompting.
stop
Pauses an active Nightshift coding shift while preserving unfinished work items on disk.
purge
Deletes a project's Nightshift state directory after path validation and owner confirmation.
status
Reports read-only Nightshift shift status including items, parked decisions, snags, and deadline state.
nightshift
Executes autonomous multi-hour coding shifts against a persistent punch list with gated clock-out and receipts.
import-issues
Stages explicitly selected GitHub issues as quoted drafts on the Nightshift drafting table.
Frequently Asked Questions About Orwa Mahmoud
FAQPage SchemaWhat tasks can I run with Orwa Mahmoud's Nightshift skills?▼
You can start, stop, schedule, archive, reset, and purge autonomous shifts that work a punch list to completion. Supporting skills compose quality-debt shifts, import selected GitHub issues, scaffold the .nightshift/ directory, and report read-only status or diagnostics.
Who are these Nightshift skills designed for?▼
They target software engineers and engineering leads who want unattended, scheduled execution of backlog or quality-debt work. The setup skill proposes stack-appropriate quality gates, while doctor and status give maintainers classified next actions without mutating state.
How do scheduled and headless Nightshift runs work?▼
The schedule skill prints the launchd, cron, or Task Scheduler configuration that starts a shift at a fixed time, registering nothing itself. The start skill then begins the shift from the punch list without prompting, so scheduled and headless runs behave like interactive sessions.
Are the Nightshift skills open source and what do they cost?▼
Yes. Every skill in the manifest carries an MIT license, so they are free to use, modify, and redistribute. There is no listed cost, subscription, or commercial tier in the skill frontmatter.
What prerequisites or dependencies do the Nightshift skills require?▼
The manifest lists no external dependencies. The setup skill scaffolds a .nightshift/ directory and proposes quality gates for the current stack, and scheduling relies on the host's existing launchd, cron, or Task Scheduler. GitHub issue import requires explicitly selected issues.