Skip to content

docs(readme): add Attendance to Features table#460

Merged
liangshuo-1 merged 2 commits intolarksuite:mainfrom
schumilin:docs/add-attendance-to-features
Apr 14, 2026
Merged

docs(readme): add Attendance to Features table#460
liangshuo-1 merged 2 commits intolarksuite:mainfrom
schumilin:docs/add-attendance-to-features

Conversation

@schumilin
Copy link
Copy Markdown
Contributor

@schumilin schumilin commented Apr 14, 2026

Summary

  • Add the Attendance (考勤打卡) module to the README Features table
  • This capability was shipped in v1.0.9 but was missing from the feature list, making it hard for users to discover

Test plan

  • Verify the markdown table renders correctly
  • Confirm the description matches actual attendance command capabilities

Summary by CodeRabbit

  • Documentation
    • Updated marketing counts: AI Agent Skills increased from 21 to 22; business domains from 13 to 14.
    • Added an "Attendance" feature row describing querying personal attendance check-in records.
    • Documented a new attendance agent skill and corresponding command entry for querying attendance.

The attendance module was shipped in v1.0.9 but was missing from the
README Features table. Add it so users can discover the capability.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added the size/S Low-risk docs, CI, test, or chore only changes label Apr 14, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 14, 2026

📝 Walkthrough

Walkthrough

Updated English and Chinese READMEs: incremented AI Agent Skills (21→22) and business domains (13→14), added an "Attendance" / “考勤打卡” row to the features table describing personal attendance check-in queries, and added a lark-attendance entry to the Agent Skills list. Documentation-only change.

Changes

Cohort / File(s) Summary
Documentation (English)
README.md
Incremented AI Agent Skills (21→22) and business domains (13→14); added "Attendance" feature row describing personal attendance check-in querying; added lark-attendance to Agent Skills table.
Documentation (Chinese)
README.zh.md
Mirrored updates in Chinese: counts updated (21→22, 13→14), added “考勤打卡” feature row and lark-attendance entry in Agent Skills and command/skill list.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

size/M

Suggested reviewers

  • liangshuo-1

Poem

🐰✨ I hopped through docs with nimble feet,
Counts climbed up and a new row took seat.
"Attendance" now hops into view,
Check-ins listed, neat and true.
A tiny rabbit cheers — hooray for the new! 🎉

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding Attendance to the Features table in the README documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description check ✅ Passed The PR description includes a clear summary of changes and documents the test plan with verification steps, meeting all required template sections.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 14, 2026

Greptile Summary

This PR adds the Attendance (lark-attendance) module to the Features and Agent Skills tables in both the English and Chinese READMEs, and bumps the skill count from 21 → 22 and business domain count from 13 → 14. Both files are updated consistently and the counts are accurate.

Confidence Score: 5/5

  • Safe to merge — documentation-only change with no code impact.
  • All changes are documentation updates. Both README files are updated consistently, counts are correct, and no code paths are affected.
  • No files require special attention.

Important Files Changed

Filename Overview
README.md Adds Attendance row to Features and Agent Skills tables; updates skill count from 21→22 and domain count from 13→14. Changes are consistent and accurate.
README.zh.md Chinese README mirrors all English changes: adds 考勤打卡 row, updates skill/domain counts. Both files are in sync.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[README Features Table] --> B[Added: 🕐 Attendance row]
    C[README Agent Skills Table] --> D[Added: lark-attendance row]
    E[Skill count: 21 → 22] --> F[Updated in intro & Why section]
    G[Domain count: 13 → 14] --> H[Updated in Why section]
    B & D & F & H --> I[README.md ✅]
    B & D & F & H --> J[README.zh.md ✅]
Loading

Reviews (2): Last reviewed commit: "docs(readme): add lark-attendance to Age..." | Re-trigger Greptile

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@README.md`:
- Line 39: The README's summary count is out of date after adding the
"Attendance" row to the Features table; update the business-domain count
referenced on Line 16 from "13 business domains" to "14 business domains" so it
matches the Features table that now includes the Attendance category.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: a78c71f6-6f22-4258-a70a-700a9b886d01

📥 Commits

Reviewing files that changed from the base of the PR and between 2910cde and 34bfb62.

📒 Files selected for processing (1)
  • README.md

Comment thread README.md
…unts

- Add lark-attendance to Agent Skills table in both EN and ZH READMEs
- Add Attendance to ZH Features table
- Update skill count 21 → 22 and domain count 13 → 14

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
README.zh.md (1)

9-9: 可选:收紧 Line 9 的数量词表达以减少歧义

句子可读性不错,但“覆盖…业务域,提供 200+ 命令及 22 个 Skills”在中文里有轻微修饰范围歧义。可考虑拆句或补主语,避免读者误读数量对应关系。

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.zh.md` at line 9, 调整第9行描述中数量词表达以消除歧义:定位包含“覆盖消息、文档、多维表格...核心业务域,提供 200+
命令及 22 个 AI Agent Skills”的句子,改为拆成两句或在句中补足主语/限定关系,明确“200+ 命令”和“22 个 AI Agent
Skills”分别指代的范围(例如“覆盖...核心业务域。提供 200+ 命令;另有 22 个 AI Agent
Skills”或“覆盖...核心业务域,且为这些域提供 200+ 命令,另配 22 个 AI Agent Skills”),以消除数量修饰范围的歧义并保持原意。
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In `@README.zh.md`:
- Line 9: 调整第9行描述中数量词表达以消除歧义:定位包含“覆盖消息、文档、多维表格...核心业务域,提供 200+ 命令及 22 个 AI Agent
Skills”的句子,改为拆成两句或在句中补足主语/限定关系,明确“200+ 命令”和“22 个 AI Agent
Skills”分别指代的范围(例如“覆盖...核心业务域。提供 200+ 命令;另有 22 个 AI Agent
Skills”或“覆盖...核心业务域,且为这些域提供 200+ 命令,另配 22 个 AI Agent Skills”),以消除数量修饰范围的歧义并保持原意。

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6f240696-7060-4747-9e92-39c09aadd4de

📥 Commits

Reviewing files that changed from the base of the PR and between 34bfb62 and a66293f.

📒 Files selected for processing (2)
  • README.md
  • README.zh.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • README.md

@liangshuo-1 liangshuo-1 merged commit abc374f into larksuite:main Apr 14, 2026
6 checks passed
yxzhaao pushed a commit to yxzhaao/cli that referenced this pull request Apr 14, 2026
* docs(readme): add lark-attendance to Agent Skills table and update counts

- Add lark-attendance to Agent Skills table in both EN and ZH READMEs
- Add Attendance to ZH Features table
- Update skill count 21 → 22 and domain count 13 → 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S Low-risk docs, CI, test, or chore only changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants