Factor out the wizard code
Open
enhancement
quality
- Dominant language
- JavaScript
- Stars
- 170
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
Factor out the wizard code from bin/commit-wizard.js into its own project
- grabs the name of the wizard
- runs the wizard, asking questions
- checks if the message passes the format
- commits the code if passes the format
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading bin/commit-wizard.js and tracing the existing wizard flow. Separate the wizard's naming, question handling, message-format validation, and commit behavior into its own project while preserving the current workflow. Done means the extracted project provides all four listed responsibilities and pre-git still invokes it successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, javascript
- Domain
- cli, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100