|
13 | 13 | "concepts/task-package-publishing.md": "Release a new package version to PyPI: bump the version, build clean distributions, stage on TestPyPI, publish the production release to PyPI, and verify the upload. Covers semantic versioning and README rendering.", |
14 | 14 | "concepts/tool-attune-hub.md": "Socratic entry point for discovering and routing to the right Attune skill based on your goal\u2014describe what you need in plain English, answer clarifying questions, and get routed to the matching skill without memorizing menus or syntax.", |
15 | 15 | "concepts/tool-bug-predict.md": "Predicts production-bug likelihood by analyzing cyclomatic complexity, change-frequency hotspots, and anti-patterns like dangerous eval, bare exceptions, and unfinished code paths\u2014enabling risk-focused code review and pre-merge defect prevention.", |
16 | | - "concepts/tool-coach.md": "Interactive help system that explains any Attune topic through progressive depth\u2014concept overview, step-by-step task, then full reference\u2014without leaving your conversation to look things up.", |
17 | | - "concepts/tool-code-quality.md": "Unified code quality analysis that reviews style, correctness, likely bugs, and structural health in a single pass\u2014covering unused imports, naming, unreachable code, mutable defaults, race conditions, high coupling, and god classes before pull requests.", |
| 16 | + "concepts/tool-coach.md": "Coach is Attune's interactive, multi-level help system: ask coach a question about any topic and get progressive depth\u2014a concept overview, then a step-by-step task, then the full reference\u2014right in your conversation without leaving to look things up.", |
| 17 | + "concepts/tool-code-quality.md": "Unified code quality analysis that reviews style, correctness, likely bugs, and structural health in a single pass\u2014covering unused imports, naming, unreachable code, mutable defaults, race conditions, high coupling, and god classes before pull requests. Catches code smells via linting before a pull request.", |
18 | 18 | "concepts/tool-doc-gen.md": "Generates documentation from source code\u2014docstrings, README sections, API references, and module overviews\u2014keeping docs in sync with actual function signatures, type hints, and public APIs.", |
19 | 19 | "concepts/tool-fix-test.md": "Automatically diagnoses failing tests by classifying root causes\u2014import errors, mock mismatches, assertion drift, type errors, fixture issues, environment problems\u2014and applies targeted fixes with retry logic up to 3 attempts.", |
20 | 20 | "concepts/tool-memory-and-context.md": "Stores and retrieves persistent notes, project decisions, debugging patterns, and conventions across Claude sessions \u2014 enabling continuity without repetition between interactions.", |
21 | 21 | "concepts/tool-planning.md": "Structures feature design before implementation with task breakdown, acceptance criteria, dependency mapping, risk assessment, and TDD scaffolding to prevent scope creep and identify blockers early.", |
22 | 22 | "concepts/tool-refactor-plan.md": "Scans code for structural problems like god classes, duplication, cyclomatic complexity, and coupling hotspots, then builds a prioritized refactoring roadmap ranked by severity, effort, and impact to guide high-value cleanup work.", |
23 | | - "concepts/tool-release-prep.md": "Preflight checklist verifying health, security, changelog, dependencies, and version consistency to produce a go/no-go assessment before publishing or tagging a release.", |
| 23 | + "concepts/tool-release-prep.md": "Preflight checklist verifying health, security, changelog, dependencies, and version consistency to produce a go/no-go assessment before publishing or tagging a release. The final gate that catches blocking issues before publishing or tagging a release to PyPI.", |
24 | 24 | "concepts/tool-security-audit.md": "Security vulnerability scanner that checks code for known weaknesses \u2014 eval/exec, path traversal, hardcoded secrets, SQL/command injection, SSRF, and weak crypto \u2014 with OWASP classification and severity ratings.", |
25 | 25 | "concepts/tool-smart-test.md": "Identifies untested code and generates pytest tests with parametrized edge cases, boundary values, and error paths for coverage gap analysis.", |
26 | | - "concepts/tool-spec.md": "Spec-driven workflow that walks from brainstorm through plan decomposition, review, and approval to task execution with quality gates, preventing scope creep through structured phases and explicit sign-off before code changes.", |
| 26 | + "concepts/tool-spec.md": "Spec-driven workflow that walks from brainstorm through plan decomposition, review, and approval to task execution with quality gates, preventing scope creep through structured phases and explicit sign-off before code changes. Requires explicit approval before implementation begins.", |
27 | 27 | "concepts/tool-workflow-orchestration.md": "Orchestrates multiple analysis workflows in sequence and combines security audit, code review, bug prediction, and testing results into a single unified report for comprehensive pre-release or CI gate assessment.", |
28 | 28 | "errors/bug-predict-dangerous-eval-flags-subprocess-exec.md": "Predicts bug-prone code patterns including dangerous eval, exec, subprocess calls, bare exceptions, and high-complexity functions to identify injection vectors and defect hotspots before production.", |
29 | 29 | "errors/claude-code-plugin-is-platform-specific.md": "Claude Code plugin features like skills, hooks, and MCP config only work in the CLI, not on Claude.ai web platform", |
|
0 commit comments