pace-learn

Extract and store development patterns from code merges and gate failures.

73|6|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/arch-team/devpace --skill pace-learn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pace-learn
Source: https://github.com/arch-team/devpace/tree/main/skills/pace-learn
Command: npx skills add https://github.com/arch-team/devpace --skill pace-learn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of knowledge loss and inconsistent quality in development workflows by systematically capturing and managing lessons learned from development events.

Core Features & Use Cases

  • Automated Knowledge Capture: Silently extracts valuable patterns from key events like code merges, gate failures, and rejections.
  • Manual Knowledge Management: Allows users to manually record insights, list patterns, view statistics, and export reusable knowledge.
  • Use Case: After a code review is merged, pace-learn automatically identifies and stores the successful strategies used, making them available for future projects. If a gate fails, it captures the reason for failure to prevent recurrence.

Quick Start

Use the pace-learn skill to list all learned patterns related to code refactoring.

Frequently Asked Questions about pace-learn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture and manage lessons learned from code review merges and gate failures?

Development knowledge management involves extracting patterns from critical events like CR merges, gate failures, and human rejections. This Skill automatically captures these insights and stores them persistently in `.devpace/metrics/insights.md` for future retrieval and reuse.

What is pattern extraction from development events and how does it work?

Pattern extraction from development events automatically identifies valuable strategies from code merges and failure reasons from gate failures. It operates on `.devpace/metrics/insights.md` to systematically accumulate reusable knowledge, preventing inconsistent quality and knowledge loss across development cycles.

Can I manually record development insights and view statistical overviews of learned patterns?

Yes, you can manually deposit development insights, list accumulated patterns, and query statistical overviews. This Skill supports manual knowledge deposition alongside automated capture, allowing you to export reusable knowledge from your development cycles.

Does this knowledge management skill require any external dependencies to operate?

No external dependencies are required to operate this development knowledge management skill. It functions independently to extract patterns from critical events and uses `.devpace/metrics/insights.md` as its persistent storage and retrieval mechanism.

What's the best way to prevent knowledge loss in development workflows across multiple projects?

The best way to prevent knowledge loss is systematically capturing lessons learned from development events. This Skill extracts reusable patterns from code merges and rejections, storing them in `.devpace/metrics/insights.md` to ensure consistent quality across future projects.