Skip to content

Commit 0f88339

Browse files
sjnimsclaude
andauthored
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

File tree

  • plugins/plugin-dev/skills/mcp-integration/references

plugins/plugin-dev/skills/mcp-integration/references/tool-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ This command uses the following Asana MCP tools:
406406
- **asana_create_task**: Create new task with details
407407
- **asana_update_task**: Update existing task properties
408408

409-
Ensure you're authenticated to Asana before running this command.
409+
Ensure authentication to Asana before running this command.
410410
```
411411

412412
## Testing Tool Usage

0 commit comments

Comments
 (0)