b2-build-feature

Automate SvelteKit feature builds from branch creation to PR drafting.

6|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/jporre/sveltekit-verticalslices --skill b2-build-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b2-build-feature
Source: https://github.com/jporre/sveltekit-verticalslices/tree/main/skills/b2-build-feature
Command: npx skills add https://github.com/jporre/sveltekit-verticalslices --skill b2-build-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit helps to build SvelteKit features quickly and efficiently by automating various aspects of the development process.

Core Features & Use Cases

  • Feature Build Automation: Automates the process of building features within a SvelteKit application, from code creation to PR creation.
  • Branch and Documentation Creation: Automatically creates a branch for new features and includes a markdown file with essential information.
  • Code Verification: Performs type checking and other verifications to ensure the code's correctness.
  • Use Case: When starting a new feature, this Skill unit can be used to automatically set up the initial files, run verifications, and create a PR draft.

Quick Start

Use the 'b2-build-feature' skill to build a new feature for the 'products' entity.

Frequently Asked Questions about b2-build-feature

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

FAQPage Schema
How do I automate SvelteKit feature building from branch creation to PR drafting?

Automating SvelteKit feature building involves orchestrating branch creation, running code verification like type checking, and drafting a pull request to streamline the development workflow. This skill handles that end-to-end process.

What is the best way to ensure code quality when adding new features to a SvelteKit application?

Ensuring code quality for new SvelteKit features requires running automated verifications, including type checking, during the build process. This automated verification step validates code correctness before a pull request is drafted.

Can I use GitHub workflows to automate branch setup and documentation for SvelteKit features?

Yes, you can use GitHub workflows to automate SvelteKit feature setup. This skill automatically creates a dedicated branch and includes a markdown file with essential information for the new feature.

Do I need a well-defined issue before starting automated feature building in SvelteKit?

Yes, a well-defined issue is required before starting automated feature building in SvelteKit. The skill relies on this defined issue and proper branch setup to orchestrate the build process effectively.

What steps are involved in orchestrating a complex SvelteKit feature build process?

Orchestrating a complex SvelteKit feature build involves creating a branch, setting up initial files, performing type checking and other verifications, and creating a pull request draft to ensure high code quality.

Are there limitations to using automated verification for SvelteKit feature development?

Automated verification for SvelteKit feature development is limited by its focus on type checking and code correctness. It requires a well-defined issue and proper branch setup, making it unsuitable for undefined or exploratory coding tasks.