Orwa Mahmoud avatar

Orwa Mahmoud

Community

@orwa-mahmoud · Dubai, UAE

8Followers
|
9Public Repos
|
13Published Skills

Sr. Software Engineer · Agentic AI & Enterprise Platforms

Skills Distribution
DomainDeveloper To...Autonomous Task Ex.. (35%)Job Scheduling & R.. (25%)Code Quality & Deb.. (20%)Workspace Diagnost.. (20%)

Agent Skills by Orwa Mahmoud

Showing 13 vetted skills indexed across 1 GitHub repositories.

orwa-mahmoudorwa-mahmoud
63

schedule

Generates launchd, cron, or Task Scheduler configs to start a Nightshift shift at a fixed time.

Community
Intermediate
orwa-mahmoudorwa-mahmoud
63

archive

Files finished shift records into dated archive folders while keeping live state lean.

Community
Advanced
orwa-mahmoudorwa-mahmoud
63

quality

Compose and run shifts that work a project's quality debt including tests, coverage, and dependencies.

Community
Advanced
orwa-mahmoudorwa-mahmoud
63

hunt

Compose a timed coding shift from a ready catalog of work entries for review or direct execution.

Community
Advanced
orwa-mahmoudorwa-mahmoud
63

reset

Removes runtime markers and deadlines while preserving punch lists, receipts, and evidence.

Community
Intermediate
orwa-mahmoudorwa-mahmoud
63

doctor

Diagnose Nightshift workspace state, markers, leases, and policies without modifying anything.

Community
Advanced
orwa-mahmoudorwa-mahmoud
63

setup

Scaffolds the .nightshift workspace and configures quality gates for unattended agent shifts.

Community
Advanced
orwa-mahmoudorwa-mahmoud
63

start

Arms and launches a Nightshift coding shift from the existing punch list without prompting.

Community
Advanced
orwa-mahmoudorwa-mahmoud
63

stop

Pauses an active Nightshift coding shift while preserving unfinished work items on disk.

Community
Intermediate
orwa-mahmoudorwa-mahmoud
63

purge

Deletes a project's Nightshift state directory after path validation and owner confirmation.

Community
Intermediate
orwa-mahmoudorwa-mahmoud
63

status

Reports read-only Nightshift shift status including items, parked decisions, snags, and deadline state.

Community
Intermediate
orwa-mahmoudorwa-mahmoud
63

nightshift

Executes autonomous multi-hour coding shifts against a persistent punch list with gated clock-out and receipts.

Community
Advanced
orwa-mahmoudorwa-mahmoud
63

import-issues

Stages explicitly selected GitHub issues as quoted drafts on the Nightshift drafting table.

Community
Intermediate

Frequently Asked Questions About Orwa Mahmoud

FAQPage Schema
What 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.