Add setup-my-iq skill 🤖🤖🤖#1985
Open
LakshmiStoltz wants to merge 3 commits into
Open
Conversation
Contributor
🔍 Skill Validator Results
Summary
Full validator output |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new setup-my-iq skill and supporting templates to help users create and maintain a structured “personal context portfolio” (identity, role, team, tools/config, communication style, and constraints), and registers the skill in the skills index.
Changes:
- Introduces the
setup-my-iqskill with a guided first-time setup + update workflow. - Adds bundled markdown templates for the six context files plus a canonical
AGENTS.mdwiring template. - Updates the skills documentation index to include the new skill.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/setup-my-iq/SKILL.md | Defines the new skill’s behavior: discovery, interview flow, wiring into instructions, safety, and error handling. |
| skills/setup-my-iq/assets/templates/AGENTS.md | Provides the canonical “Personal Context” instruction block used to point agents to the context files. |
| skills/setup-my-iq/assets/templates/identity.md | Template for user identity context file. |
| skills/setup-my-iq/assets/templates/role-and-responsibilities.md | Template for responsibilities/cadences/deliverables context file. |
| skills/setup-my-iq/assets/templates/team.md | Template for team/partners roster context file. |
| skills/setup-my-iq/assets/templates/tools-systems-and-config.md | Template for tools, notes system, ADO config, reporting outputs, and pillars. |
| skills/setup-my-iq/assets/templates/communication-style.md | Template capturing writing voice, avoid-list, and audience adjustments. |
| skills/setup-my-iq/assets/templates/preferences-and-constraints.md | Template for working preferences, hard boundaries, and memory rules. |
| docs/README.skills.md | Registers the new skill in the documentation index. |
Comment on lines
+14
to
+17
| | Setting | Value | | ||
| |---------|-------| | ||
| | Vault/notes path | <!-- full path --> | | ||
| | Action items | <!-- path to action items file --> | |
Author
There was a problem hiding this comment.
this is a template table in a template file. I dont see any leading double pipes. there are comments left in the column to specify what goes there. I think no change is necessary.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
A new skill,
setup-my-iq, that creates and maintains a personal context portfolio: a set of structured markdown files (identity, role and responsibilities, team, tools/config, communication style, preferences and constraints) that any agent, skill, or plugin can read to immediately understand who it is working with.Why
People re-introduce themselves to AI tools every session and across every harness. This skill runs a guided interview once, writes the files anywhere the user chooses, and wires them into the user's custom instructions (
AGENTS.md/copilot-instructions.md/CLAUDE.md) so every agent can find them. It also supports targeted updates and gap-filling for files that already exist.Details
skills/setup-my-iq/SKILL.mdplus bundled templates underassets/templates/.Validation
npm run skill:validatepasses (skill is valid).npm run buildregenerateddocs/README.skills.md.🤖 This PR was prepared with AI assistance.