progress
Show project progress — what's done, what's pending, what's next
Install / Use
npx skills add suitesforallcom/leasing-crmInstalls into whichever agent you are using.
Claude Commands
Claude Code slash commands
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubdescription: Show project progress — what's done, what's pending, what's next scope: project allowed-tools: Read, Bash(find:), Bash(ls:), Bash(wc:), Bash(git log:)
Project Progress
Check the actual state of all components and report status.
Instructions
- Read
project-docs/ARCHITECTURE.mdfor project context (if it exists) - Check the
src/directory structure - Check the
tests/directory for test coverage - Check recent git activity
Shell Commands to Run
echo "=== Source Files ==="
find src/ -name "*.ts" -o -name "*.tsx" | head -30 2>/dev/null || echo "No src/ directory"
echo ""
echo "=== Test Files ==="
find tests/ -name "*.test.*" -o -name "*.spec.*" | head -30 2>/dev/null || echo "No test files"
echo ""
echo "=== Recent Activity (Last 7 Days) ==="
git log --oneline --since="7 days ago" 2>/dev/null | head -15 || echo "No recent commits"
echo ""
echo "=== File Count by Type ==="
find src/ -name "*.ts" 2>/dev/null | wc -l | xargs -I{} echo "TypeScript: {} files"
find src/ -name "*.js" 2>/dev/null | wc -l | xargs -I{} echo "JavaScript: {} files"
find tests/ -name "*.test.*" 2>/dev/null | wc -l | xargs -I{} echo "Tests: {} files"
Output Format
| Area | Files | Status | Notes | |------|-------|--------|-------| | Source code | N files | ... | ... | | Tests | N files | ... | ... | | Documentation | ... | ... | ... |
RuleCatch Report
| Metric | Value | |--------|-------| | Violations (this session) | ... | | Critical violations | ... | | Most violated rule | ... | | Files with violations | ... |
If the RuleCatch MCP server is available: query for session summary and populate the table above.
If no MCP available: show "Install RuleCatch for violation tracking — npx @rulecatch/mcp-server init"
Next Actions (Priority Order)
- ...
- ...
- ...
Related Skills
claude-mem
91.8kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Understand-Anything
80.4kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Agent-Reach
75.0kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
69.3k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Security Score
Audited on Invalid Date
