بنقرة واحدة
speckit-spec-validate-analytics
Spec-kit workflow command: speckit-spec-validate-analytics
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Spec-kit workflow command: speckit-spec-validate-analytics
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Think before building. Use when the user asks to reason about, analyze, evaluate, compare options, make an architecture decision, choose between approaches, think through a problem, or assess trade-offs. Also use when the user asks 'why did we...', 'should we...', 'what are our options', 'is this the right approach', or wants to frame/reframe a problem.
Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Generate spec-kit configuration tailored to the existing codebase
Incrementally adopt SDD for existing features with reverse-engineered specs
Auto-discover project structure, tech stack, frameworks, and architecture patterns
Verify bootstrap output matches actual project structure and conventions
| name | speckit-spec-validate-analytics |
| description | Spec-kit workflow command: speckit-spec-validate-analytics |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"spec-validate:commands/analytics.md"} |
speckit.spec-validate.analyticsDisplay private and aggregated comprehension analytics. Personal metrics are visible only to the individual and maintainers. Team-facing views show aggregated metrics only.
.specify/extensions/spec-validate/local/*.private.json.specify/extensions/spec-validate/status/*.jsonFor the current user (matched by validated_by field in private state):
| Metric | Computation |
|---|---|
| First-attempt accuracy | Count of correct first attempts / total critical items across all features |
| Average attempts per critical item | Always 1 (no retries) — track miss rate instead |
| Most-missed section types | Group missed items by section, rank by frequency |
| Review trigger frequency | Count of features where review was required / total features validated |
Across all validators for each feature:
| Metric | Computation |
|---|---|
| Frequently missed items | Items appearing in spec_missed_items across multiple validators |
| Ambiguity candidates | Items missed by > 40% of validators (threshold from analytics.flag_ambiguous_threshold in config) |
| Most-selected distractors | From private state attempts, group by selected_option for incorrect answers |
| Review bottleneck rate | Features where review timed out / total features requiring review |
agent.name and agent.version from private state## Personal Summary
| Metric | Value |
|--------|-------|
| Features validated | <count> |
| Overall accuracy | <percentage>% |
| Most-missed section | <section-name> |
| Review trigger rate | <percentage>% |
## Spec Quality Report
### Ambiguity Candidates
| Feature | Item ID | Miss Rate | Section |
|---------|---------|-----------|---------|
| <feature> | <id> | <rate>% | <section> |
### Common Misconceptions
| Item | Most-Selected Wrong Answer | Times Selected |
|------|---------------------------|----------------|
| <item> | <distractor text> | <count> |
## Team Trends
| Metric | Value |
|--------|-------|
| Total validations | <count> |
| Avg team accuracy | <percentage>% |
| Review bottleneck rate | <percentage>% |
| Agents used | <list> |