Loading...
Loading...
Create GitHub issues with proper formatting, labels, and AI implementation prompts. Use when asked to create an issue, report a bug, or request a feature.
npx skill4agent add lgtm-hq/ai-skills issuefeat(scope): short description # New feature
fix(scope): short description # Bug fix
docs(scope): short description # Documentation
chore(scope): short description # Maintenance
refactor(scope): short description # Code refactoring
perf(scope): short description # Performance improvement## Summary
One paragraph describing the feature and its value.
## Problem
What problem does this solve? What's the current limitation?
## Proposed Solution
Detailed description with:
- Code examples showing desired behavior
- ASCII diagrams or mockups if applicable
- Configuration examples
## Implementation Notes
- Key files to modify
- Dependencies or prerequisites
- Potential challenges
## Benefits
- Bullet points of user/developer benefits## Summary
One paragraph describing the bug.
## Problem
What's happening vs what should happen?
Include:
- Steps to reproduce
- Error messages or screenshots
- Environment details if relevant
## Proposed Solution
How to fix it (if known).
## References
- Links to related issues, docs, or resources| Issue Type | Labels |
|---|---|
| New feature | |
| Bug fix | |
| Documentation | |
| Security issue | |
| CI/CD related | |
| New tool (lintro) | |
## AI Implementation Prompt
Use this prompt in a new agent session to implement this feature:
\```
[Concise implementation instructions including:]
## Requirements
### 1. [First Component]
- What to create/modify
- Code examples
### 2. [Second Component]
- What to create/modify
- Code examples
## Files to Modify
- `/path/to/file.py` - description of changes
## Tests
- Test requirements (pytest style, NO test classes)
- Use assertpy, fixtures
## Before Submitting
- Run `uv run lintro chk` - must pass
- Run `uv run lintro fmt` - must pass
- Run `uv run pytest` - must pass
\```gh issue listgh issue create \
--title "feat(scope): description" \
--label "enhancement" \
--body "$(cat <<'EOF'
## Summary
...
EOF
)"gh issue comment <issue-number> --body "$(cat <<'EOF'
## AI Implementation Prompt
...
EOF
)"gh issue close 42gh issue comment 42 --body "Superseded by #57, merged in a1b2c3d."gh issue close 42mainmainplaceholderplaceholder/issuestand-generalfeat(cli): add watch mode for continuous lintingfix(parser): handle empty input without crashingdocs(readme): add installation instructions for Windowsrefactor(core): simplify plugin loading logicAdd featureBugUpdate codeFixed the thing