# Repo Status

> Checks the status of the repository

- Skill: `codelytv/repo-status-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add codelytv/repo-status-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/codelytv/repo-status-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: codelytv (https://skillmd.com/u/codelytv)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/codelytv/repo-status-2

---


# Instructions for getting the context
- Commits in the last week: !`git log --oneline --since="last week"`
- Last week top contributors: !`git shortlog -sn --since="last week"`

# 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.

