Agentic_programming-course repo-status

Checks the status of the repository

install
source · Clone the upstream repo
git clone https://github.com/CodelyTV/agentic_programming-course
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/CodelyTV/agentic_programming-course "$T" && mkdir -p ~/.claude/skills && cp -r "$T/04-skills/1-all_about_commands_skills/.agents/skills/repo-status" ~/.claude/skills/codelytv-agentic-programming-course-repo-status-939d78 && rm -rf "$T"
manifest: 04-skills/1-all_about_commands_skills/.agents/skills/repo-status/SKILL.md
source content

Instructions for getting the context

  • Commits in the last week: Execute
    bash scripts/last-commits.sh
  • Last week top contributors: Execute
    bash scripts/top-contributors.sh

Output

If there are more than 5 commits and at least 2 contributors, respond that the repository is in good shape; otherwise, that it’s in bad shape.