Commit 0f88339
docs: fix second-person usage in mcp-integration skill (#81)
## Summary
Fix second-person pronoun usage ("you're") in the mcp-integration skill
reference file to follow skill writing style guidelines requiring
imperative form.
## Problem
Fixes #79
The skill reference file used second-person ("Ensure you're
authenticated") in instructional text at line 409, violating the skill
development guidelines which require imperative/infinitive form.
## Solution
Changed "Ensure you're authenticated to Asana before running this
command." to "Ensure authentication to Asana before running this
command." using Option 1 from the issue.
### Alternatives Considered
- **Option 2 (passive)**: "Authentication to Asana is required before
running this command." - More natural but less consistent with
imperative style used elsewhere.
## Changes
- `plugins/plugin-dev/skills/mcp-integration/references/tool-usage.md`:
Line 409 updated to imperative form
## Testing
- [x] Markdownlint passes
- [x] Change follows skill writing style guidelines
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent e4ea314 commit 0f88339
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | | - | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
0 commit comments