SpecStory project stats#1
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR introduces a new skill for fetching project statistics from SpecStory's cloud platform. The skill calculates a project ID using a deterministic algorithm (from .project.json, Git repository name, or folder name) and queries the SpecStory API for project statistics.
Changes:
- Added a Node.js script that calculates project IDs and fetches statistics from the SpecStory API
- Created skill documentation (SKILL.md) with usage instructions and error handling guidance
- Added comprehensive README with details on project ID calculation, API endpoints, and usage examples
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| skills/specstory-project-stats/scripts/get-stats.js | Implements the core logic for project ID calculation and API communication |
| skills/specstory-project-stats/SKILL.md | Defines the Claude Code skill interface and invocation instructions |
| skills/specstory-project-stats/README.md | Provides user-facing documentation with examples and configuration details |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…agent-skills into skill/project-stats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Given a project id (from .project.json or calculated on the fly), ask the server for the stats of the given project.
The server, once this PR is merged, will return a bunch of statistics of the project, included how many users have participated, how many different agents and clients have been used, how many sessions and exchanges etc.
Example output: