Skip to content

Add gitcron skills: scheduling, task-management, reminders#17

Closed
patel-lyzr wants to merge 1 commit intoopen-gitagent:mainfrom
patel-lyzr:add-gitcron-skills
Closed

Add gitcron skills: scheduling, task-management, reminders#17
patel-lyzr wants to merge 1 commit intoopen-gitagent:mainfrom
patel-lyzr:add-gitcron-skills

Conversation

@patel-lyzr
Copy link
Contributor

@patel-lyzr patel-lyzr commented Mar 5, 2026

Summary

  • Add three gitcron skills to skills/ directory:
    • scheduling — Create and manage scheduled jobs as GitHub Actions workflows
    • task-management — Git-native task tracking with state machine
    • reminders — Set recurring or one-shot reminders that create GitHub issues

Test plan

  • Verify SKILL.md files have valid YAML frontmatter
  • Verify skills are discoverable by the agent runtime

Author: Khush Patel (khush@lyzr.ai) @patel-lyzr

Skills teach gitagent about cron scheduling, git-native task tracking,
and reminder management via gitcron integration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@shreyas-lyzr
Copy link
Contributor

Reviewed. These are skill definitions (scheduling, task-management, reminders) but they're placed at the repo root under skills/ — gitagent is a CLI tool, not an agent itself. Skills belong in example agents (examples/) or in the registry, not in the gitagent repo root.

Also: the SKILL.md files reference gitcron commands that don't exist in this repo. Where is the gitcron implementation?

Closing — please either:

  1. Add these to an example agent directory, or
  2. Publish as a separate agent repo and submit to the registry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants