flask-qualitylisted
Install: claude install-skill morodomi/dev-crew
## Tools
test: `pytest` (pytest-flask) | types: `mypy --strict` | format: `black` + `isort`
## Flask-specific Fixtures
| Fixture | 用途 |
|---------|------|
| `client` | test_client インスタンス |
| `app` | Flask アプリケーション |
| `app_context` | アプリケーションコンテキスト |
## Standards
| 項目 | 目標 |
|------|------|
| mypy | strict mode |
| カバレッジ | 90%+ |
| black/isort | エラー0 |
## Reference
- [reference.md](reference.md)