linapro
Spec-driven full-stack development, review, testing, and release workflows
All Skills in This Repository (19)
Pure Emerald Level Indicatorsplaywright-cli
Automate browser interactions and generate Playwright test code via CLI.
lina-perf-audit
Audit LinaPro backend APIs for SQL performance anti-patterns and generate issue cards.
openspec-apply-change
Automate implementation of pending OpenSpec change tasks with progress tracking.
openspec-explore
Explore ideas and clarify requirements using ASCII diagrams and OpenSpec artifacts.
lina-community-issue-review
Triage community GitHub issues for the LinaPro project with labels and comments.
lina-community-commit-push-and-pr
Automate commit, push, and PR creation across LinaPro and lina-plugins submodule.
lina-review
Enforce specification compliance for code and OpenSpec changes in LinaPro projects.
openspec-archive-change
Archive completed OpenSpec workflow changes to dated directories with completion validation.
lina-e2e
Standardize Playwright E2E test organization, naming, and TC ID assignment.
lina-openspec-archive-changes
Archive completed OpenSpec changes in LinaPro repositories with validation and auto-repair.
lina-community-release-changelog
Compile bilingual release changelogs from Git history and GitHub issues.
lina-openspec-archive-consolidate
Aggregates fragmented archived OpenSpec change iterations into functionally grouped, compressed archives.
Frequently Asked Questions
FAQPage SchemaHow to install LinaPro skills?â–¼
Run `npx skills add linaproai/linapro --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development in LinaPro?â–¼
Every change starts as an OpenSpec proposal with design, specs, and tasks, then moves through implementation, review, and archiving. The skills guide your agent through each stage so nothing ships without a traceable spec.
Can it review pull requests and issues automatically?â–¼
Yes. Dedicated skills triage GitHub issues, review community PRs against project rules, and post polite, actionable comments, but they only run when you trigger them manually.
How does it catch backend performance problems?â–¼
The performance audit skill resets a local environment, calls every API endpoint, traces SQL per request, and reports N+1 queries, missing indexes, and unexpected writes as persistent issue cards.
Does it work with Claude Code and other coding agents?â–¼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Codex, Cursor, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core